From: Ebrahim Byagowi Date: Sun, 30 Jun 2013 22:21:43 +0000 (+0000) Subject: grunt is enough X-Git-Tag: 2.1.0~5^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F871%2Fhead;p=thirdparty%2Fmoment.git grunt is enough There was not test task, `grunt` is enough for testing. In fact this was misleading for me --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4da8a419d..bf61ee674 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ To contribute, fork the library and install grunt. You can add tests to the files in `/test/moment` or add a new test file if you are adding a new feature. -To run the tests, do `grunt test` to run all tests. +To run the tests, do `grunt` to run all tests. To check the filesize, you can use `grunt size`.