Skip to content

Commit

Permalink
docs(README): move build after config
Browse files Browse the repository at this point in the history
There were a number of people having problems after reconfiguring
the server but then not rebuilding the project.  By moving this 
section this may be a bit clear.
  • Loading branch information
petebacondarwin committed Jun 28, 2013
1 parent fe40d33 commit 330c082
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ Our client application is a straight HTML/Javascript application but our develop
## Building
### Build the client app
The app made up of a number of javascript, css and html files that need to be merged into a final distribution for running. We use the Grunt build tool to do this.
* Build client application: `grunt build`
### Configure Server
The server stores its data in a MongoLab database.
* Create an account at MongoLab - it's free: [https://mongolab.com/signup/].
Expand Down Expand Up @@ -106,6 +102,12 @@ angular.module('app').constant('MONGOLAB_CONFIG', {
});
```
### Build the client app
The app made up of a number of javascript, css and html files that need to be merged into a final distribution for running. We use the Grunt build tool to do this.
* Build client application: `grunt build`
*It is important to build again if you have changed the client configuration as above.*
## Running
### Start the Server
* Run the server
Expand Down

0 comments on commit 330c082

Please sign in to comment.