mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
Interface optimizations
moment js update
This commit is contained in:
parent
be8c186f87
commit
f36cb72b82
104 changed files with 5869 additions and 1180 deletions
7
vendors/moment/CONTRIBUTING.md
vendored
7
vendors/moment/CONTRIBUTING.md
vendored
|
|
@ -16,9 +16,10 @@ If you are submitting a bug, please create a [jsfiddle](http://jsfiddle.net/) de
|
|||
Contributing
|
||||
============
|
||||
|
||||
To contribute, fork the library and install grunt.
|
||||
To contribute, fork the library and install grunt and dependencies.
|
||||
|
||||
npm install grunt -g
|
||||
npm install -g grunt-cli
|
||||
npm install
|
||||
|
||||
You can add tests to the files in `/test/moment` or add a new test file if you are adding a new feature.
|
||||
|
||||
|
|
@ -26,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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue