0.1.5 • Published 9 years ago

grunt-pause v0.1.5

Weekly downloads
36
License
-
Repository
github
Last release
9 years ago

grunt-pause Dependency Status devDependency Status

grunt-pause allows you to pause the grunt task runner between tasks. You can then choose whether or not to continue running the remaining tasks or clear the task queue.

grunt-pause console

Getting started

Install grunt-pause

npm install grunt-pause ## --save-dev

Upgrade your Gruntfile.js

Add the grunt-pause reference to the very top of your Gruntfile.js:

var pause = require("grunt-pause");

Add the pause init call at the top of the module.exports function:

module.exports = function (grunt) {
    pause.init(grunt);

License

MIT License

0.1.5

9 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago