ui: improve build instructions

This commit is contained in:
Jack Pearkes 2014-05-01 15:34:25 -04:00
parent 1e4c466b60
commit 22bfd53294
1 changed files with 2 additions and 2 deletions

View File

@ -50,6 +50,6 @@ An example of this command, from inside the `ui/` directory, would be:
These steps are slightly manual at the moment.
1. Build with `make dist`
2. In `dist/index.html`, replace the JS files between `<!-- ASSETS -->` tags with:
2. `dist/index.html`, replace the JS script src files between `<!-- ASSETS -->` tags with a single
tag linking to `src="static/application.min.js"`.
<script src="static/application.min.js"></script>