]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Update grunt command in CONTRIBUTING doc
authorEric Morris <eric@zurb.com>
Thu, 7 Nov 2013 06:27:46 +0000 (22:27 -0800)
committerEric Morris <eric@zurb.com>
Thu, 7 Nov 2013 06:27:46 +0000 (22:27 -0800)
CONTRIBUTING.md

index b01f917f8fd09d5cd154579bae3b8b7b4998717c..c2ae7c6ae8be385beb4faa2b67239dd26a157c41 100644 (file)
@@ -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`).