1.0.4 • Published 9 years ago

grunt-checkpending v1.0.4

Weekly downloads
17
License
MIT
Repository
github
Last release
9 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

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.11

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

11 years ago

0.1.1

12 years ago