forked from fabien-d/alertify.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Submitting a Pull Request
fabien-d edited this page Jan 15, 2013
·
10 revisions
In a terminal, inside the root of the alertify folder simply type grunt (More info on using grunt).
grunt
This will lint and run unit tests on the src/alertify.js file before creating the lib/alertify.js and lib/alertify.min.js.
All changes should be made to the source file src/alertify.js
. The library files located inside the lib/
folder are auto generated via the grunt
build command.
New functionality should include unit tests.
- Develop in a topic branch (not master)
- Squash your commits
- Submit the PR to the
staging
branch
more information to come...