From: Iskren Chernev Date: Tue, 7 Apr 2015 16:26:54 +0000 (-0700) Subject: Update CONTRIBUTING.md with es6 grunt tasks X-Git-Tag: 2.10.2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58af74de061775bc143350426ab4225ec80f74cc;p=thirdparty%2Fmoment.git Update CONTRIBUTING.md with es6 grunt tasks --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3150689a8..10c1afbb5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ Grunt tasks We use Grunt for managing the build. Here are some useful Grunt tasks: * `grunt` The default task lints the code and runs the tests. You should make sure you do this before submitting a PR. - * `grunt nodeunit:all` Just run the tests. + * `grunt test` run the tests. * `grunt release` Build everything, including minified files - * `grunt release --embedLocales=fr,ru` Build everything, and also create `moment-with-customLocales.js` and `moment-with-customLocales.min.js` containing just French and Russian. + * `grunt transpile:fr,ru` Build custom locale bundles `moment-with-locales.custom.js` and `locales.custom.js` inside `build/umd/min` containing just French and Russian. * `grunt size` Print size statistics.