1.0.4 • Published 8 years ago

grunt-checkpending v1.0.4

Weekly downloads
17
License
MIT
Repository
github
Last release
8 years ago

grunt-checkpending

Check that we have no pending changes before proceeding.

Build Status

npm install grunt-checkpending --save-dev

And in your Gruntfile:

grunt.loadNpmTasks('grunt-checkpending');

Usage

Include the task as one of your multitasks, e.g.:

grunt.registerTask("deploy", ["test", "checkpending", "copy"]

To skip checks:

grunt --no-checkpending

To force checks (disables skipping), add the second param with true:

grunt.registerTask("deploy", ["test", "checkbranch:develop:true", "copy"]
1.0.4

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.11

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

10 years ago

0.1.1

11 years ago