Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edoparearyee committed Nov 11, 2015
1 parent c6e82a8 commit d888af3
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ And this will download the bootstrap package from bower and also update the `bow

### Run the Application

We have preconfigured the project with a simple development web server. The simplest way to start
We have preconfigured the project with a simple development web server. The simplest way to start
this server is:

```
Expand All @@ -88,21 +88,7 @@ grunt server

Now browse to the app at `http://localhost:8000/app/`.

If you are doing any javascript development you can instead run:

```
grunt serverjs
```

To run tests as well every time a javascript file is updated

To watch all files run:

```
grunt serverall
```

To run tests or compile less to css when the relevent files are updated.
This command will watch all source files and run tests every time a javascript file is updated, compile less when a less file is updated and lint js/html/less files when they are updated.

### Running the build script

Expand Down

0 comments on commit d888af3

Please sign in to comment.