From c6eef7097c06028b4fbb4baee1f66e6daffefe48 Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Fri, 27 Feb 2015 22:10:42 +0100 Subject: [PATCH] Updated README.md. --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 28e9d1c..2580db5 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.