diff options
author | kpdecker <kpdecker@gmail.com> | 2013-12-23 13:13:25 -0600 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2013-12-23 13:13:25 -0600 |
commit | d62620a282241c09bce977bc98e3c382116e7b04 (patch) | |
tree | 86855d9a8ddba464f7596a7117b45d552b953a92 /README.markdown | |
parent | 62fdd541f570d900ff600b233b8c6ab08ffbbf55 (diff) | |
download | handlebars.js-d62620a282241c09bce977bc98e3c382116e7b04.zip handlebars.js-d62620a282241c09bce977bc98e3c382116e7b04.tar.gz handlebars.js-d62620a282241c09bce977bc98e3c382116e7b04.tar.bz2 |
Implement grunt dev task
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 555024e..eae4480 100644 --- a/README.markdown +++ b/README.markdown @@ -406,6 +406,8 @@ in the root of the project. That will build Handlebars and output the results to the dist/ folder. To re-run tests, run `grunt test` or `npm test`. You can also run our set of benchmarks with `grunt bench`. +The `grunt dev` implements watching for tests and allows for in browser testing at `http://localhost:9999/spec/`. + If you notice any problems, please report them to the GitHub issue tracker at [http://github.com/wycats/handlebars.js/issues](http://github.com/wycats/handlebars.js/issues). Feel free to contact commondream or wycats through GitHub with any other |