Closed landonreed closed 4 years ago
This PR adds custom CSS and HTML file injection to trimet-mod-otp in order to override the default files (lib/style.scss and index.tpl.html). To override all files, do something like:
lib/style.scss
index.tpl.html
cp lib/style.scss lib/index.tpl.html lib/config.yml lib/config.js /tmp yarn start --env.HTML_FILE=/tmp/index.tpl.html --env.CUSTOM_CSS=/tmp/styles.scss --env.JS_CONFIG=/tmp/config.js --env.YAML_CONFIG=/tmp/config.yml
This PR adds custom CSS and HTML file injection to trimet-mod-otp in order to override the default files (
lib/style.scss
andindex.tpl.html
). To override all files, do something like: