From 48cdc8c586b0d72063fd1b4c8c962ba493c0a27f Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Thu, 1 May 2014 15:34:25 -0400 Subject: [PATCH] ui: improve build instructions --- ui/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/README.md b/ui/README.md index 7efc56f843..4b42b76ae7 100644 --- a/ui/README.md +++ b/ui/README.md @@ -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 `` tags with: +2. `dist/index.html`, replace the JS script src files between `` tags with a single +tag linking to `src="static/application.min.js"`. -