
diff --git a/README.md b/README.md index 7fdba3f..60cc807 100644 --- a/README.md +++ b/README.md @@ -104,21 +104,33 @@ Recent Updates Running Locally ------------------------- -install [node.js](http://nodejs.org/) +Install [node.js](http://nodejs.org/) + +Then install the project dependences with npm -install the project dependences with npm ```javascript npm install ``` -then you can run the reader locally with the command +You can run the reader locally with the command ```javascript node server.js ``` -* [dev.html](http://localhost:8080/reader/dev.html) will pull from the source files and should be used during development. -* [index.html](http://localhost:8080/reader/index.html) will use the minified production libraries in the build/ folder. +Builds are concatenated and minified using [gruntjs](http://gruntjs.com/getting-started) + +To generate a new build run + +```javascript +grunt +``` + +Or, to generate builds as you make changes run + +``` +grunt watch +``` Examples ------------------------- @@ -150,17 +162,6 @@ Then you can pull the latest with: git submodule foreach git pull origin master ``` -Building for Distribution -------------------------- - -Builds are concatenated and minified using [gruntjs](http://gruntjs.com/getting-started) - -To generate a new build run - -```javascript -grunt -``` - Hooks ------------------------- diff --git a/reader/dev.html b/reader/dev.html deleted file mode 100755 index 2a903b1..0000000 --- a/reader/dev.html +++ /dev/null @@ -1,158 +0,0 @@ - - -
- - -- - Reflow text when sidebars are open. -
-