From: Isaac Cambron Date: Sat, 12 Apr 2014 19:22:25 +0000 (-0400) Subject: Don't include minified files in PRs X-Git-Tag: 2.7.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a05fec84f049fcc4ad81e2c220f430a708458b8a;p=thirdparty%2Fmoment.git Don't include minified files in PRs --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 493606b19..fa2977d50 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ To run the tests, do `grunt` to run all tests. To check the filesize, you can use `grunt size`. -To minify all the files, use `grunt release`. +To minify all the files, use `grunt release`. **But please don't include minified files in pull requests.** We'll minify them when we release. If your code passes the unit tests (including the ones you wrote), submit a pull request.