summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2013-12-23 13:13:25 -0600
committerkpdecker <kpdecker@gmail.com>2013-12-23 13:13:25 -0600
commitd62620a282241c09bce977bc98e3c382116e7b04 (patch)
tree86855d9a8ddba464f7596a7117b45d552b953a92 /README.markdown
parent62fdd541f570d900ff600b233b8c6ab08ffbbf55 (diff)
downloadhandlebars.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.markdown2
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