From: Eric Morris Date: Thu, 7 Nov 2013 06:27:46 +0000 (-0800) Subject: Update grunt command in CONTRIBUTING doc X-Git-Tag: v1.0.0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b023d54c581a0598fecd47fd8259229a48daed8b;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Update grunt command in CONTRIBUTING doc --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b01f917f..c2ae7c6a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ 1. Fork it. 2. Create your feature branch (`git checkout -b my-new-feature`). -3. Test your changes to the best of your ability. We suggest utilizing the templates by running `grunt make:downloads` and testing the compiled versions in the build folder. It's expecially helpful if you can provide a Litmus test with your pull request. +3. Test your changes to the best of your ability. We suggest utilizing the templates by running `grunt make:templates` and testing the compiled versions in the build folder. It's expecially helpful if you can provide a Litmus test with your pull request. 4. Update the documentation to reflect your changes if they add or changes current functionality. Run `grunt make:docs` to compile the documentation into the build folder and preview it. 5. Commit your changes (`git commit -am 'Added some feature'`). 6. Push to the branch (`git push origin my-new-feature`).