diff options
author | kpdecker <kpdecker@gmail.com> | 2013-08-17 12:19:13 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2013-08-17 12:19:13 -0500 |
commit | b7c62d8cc525a2ae1105a4722c72d9e2f7d3d3ee (patch) | |
tree | dbcb1933fdaee7271779c9ceafe544a5c019f2aa /README.markdown | |
parent | 6492fe8c2300d39d71d11cc6837cf2e63d238cd1 (diff) | |
download | handlebars.js-b7c62d8cc525a2ae1105a4722c72d9e2f7d3d3ee.zip handlebars.js-b7c62d8cc525a2ae1105a4722c72d9e2f7d3d3ee.tar.gz handlebars.js-b7c62d8cc525a2ae1105a4722c72d9e2f7d3d3ee.tar.bz2 |
Move test runner into grunt
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index a56278e..2ea39a8 100644 --- a/README.markdown +++ b/README.markdown @@ -402,7 +402,7 @@ if you've got bundler installed. To build Handlebars.js from scratch, you'll want to run `rake build` in the root of the project. That will build Handlebars and output the -results to the dist/ folder. To run tests, run `rake spec` or `npm test`. +results to the dist/ folder. To run tests, run `grunt test` or `npm test`. You can also run our set of benchmarks with `rake bench`. If you notice any problems, please report them to the GitHub issue tracker at |