diff options
author | Kevin Decker <kpdecker@gmail.com> | 2013-07-23 22:12:40 -0700 |
---|---|---|
committer | Kevin Decker <kpdecker@gmail.com> | 2013-07-23 22:12:40 -0700 |
commit | 163b3f9e51795d979f17187b28454b3ef8cf7455 (patch) | |
tree | 25603285385bf2401f3cd9f47c0f5f6d21e40363 /README.markdown | |
parent | b5c4a33ab1f078537cee924d770d0da41a4b0e49 (diff) | |
parent | e4929df45473e200e103e2fe86d5fb820131bfa4 (diff) | |
download | handlebars.js-163b3f9e51795d979f17187b28454b3ef8cf7455.zip handlebars.js-163b3f9e51795d979f17187b28454b3ef8cf7455.tar.gz handlebars.js-163b3f9e51795d979f17187b28454b3ef8cf7455.tar.bz2 |
Merge pull request #558 from dmarcotte/update-readme
Update readme to reflect latest rake targets
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown index 4da7627..a279c1a 100644 --- a/README.markdown +++ b/README.markdown @@ -340,7 +340,7 @@ and we will have some benchmarks in the near future. Building -------- -To build handlebars, just run `rake release`, and you will get two files +To build handlebars, just run `rake build`, and you will get two files in the `dist` directory. @@ -386,9 +386,9 @@ To build Handlebars.js you'll need a few things installed. There's a Gemfile in the repo, so you can run `bundle` to install rake if you've got bundler installed. -To build Handlebars.js from scratch, you'll want to run `rake compile` +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 test` or `npm test. +results to the dist/ folder. To run tests, run `rake spec` 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 |