Skip to content

Commit

Permalink
Updated README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Feb 27, 2015
1 parent b0b08d7 commit c6eef70
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,10 @@ To work with the code, just run:
```
npm install
bower install
gulp
```

and all code will be built and ready to go. To ensure the code is linted, test, minified and
updated to the `dst` folder as you change it, run:

```
grunt dev
```
The samples will be opened in the browser. All JavaScript changes will re-run the tests, all samples changes are automatically reloaded into the browser.

The easiest way to adapt the code is to play with some of the examples in the ``samples`` folder.

Expand All @@ -185,14 +181,6 @@ npm test

A coverage report is written to `build\coverage`.

If you are updating or debugging tests, you can run:

```
grunt karma:debug
```

This will open Karma in Chrome allowing you to set breakpoints and debug your suite.

## FAQ

Having problems? Check this FAQ first.
Expand Down

0 comments on commit c6eef70

Please sign in to comment.