]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Don't include minified files in PRs
authorIsaac Cambron <isaac@isaaccambron.com>
Sat, 12 Apr 2014 19:22:25 +0000 (15:22 -0400)
committerIsaac Cambron <isaac@isaaccambron.com>
Sat, 12 Apr 2014 19:22:25 +0000 (15:22 -0400)
CONTRIBUTING.md

index 493606b19db8e2a2c405c5f41e2bdd543922e0ac..fa2977d5071e392ce1bc30388e06ed97c783e93c 100644 (file)
@@ -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.