diff options
author | kpdecker <kpdecker@gmail.com> | 2014-08-25 21:14:56 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2014-08-25 21:14:56 -0500 |
commit | 24d63b69665d01407a02a2837f814f8c3310365c (patch) | |
tree | d42b4a8c61c59882090e84c1cc71555d57aeffef | |
parent | 36f00db0737ddffecfe13a6551c1cf7dcfeeb621 (diff) | |
download | handlebars.js-24d63b69665d01407a02a2837f814f8c3310365c.zip handlebars.js-24d63b69665d01407a02a2837f814f8c3310365c.tar.gz handlebars.js-24d63b69665d01407a02a2837f814f8c3310365c.tar.bz2 |
Update Ember testing instructions
-rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e986cca..75aa9f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,12 +43,13 @@ If you notice any problems, please report them to the GitHub issue tracker at The current ember distribution should be tested as part of the handlebars release process. This requires building the `handlebars-source` gem locally and then executing the ember test script. ```sh +npm link grunt build release -export HANDLEBARS_PATH=`pwd` +cp dist/*.js $emberRepoDir/bower_components/handlebars/ cd $emberRepoDir -bundle exec rake clean -bundle exec rake test +npm link handlebars +npm test ``` ## Releasing |