aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/prepare_index_html.js
Commit message (Collapse)AuthorAgeLines
* Update hook scripts for new Android build pathDave Arter2018-04-30-1/+1
|
* Process index.html as template at build timeDave Arter2017-06-22-0/+33
There are a few places in index.html that depend on CONFIG in order to load the right cobrand stylesheet/language/map etc. This commit removes the run time script loading and instead processes index.html as a lodash template at build time to pull in the correct stylesheets and scripts.