grunt-pause

0.1.5 • Public • Published

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

Dependencies (1)

Dev Dependencies (2)

Package Sidebar

Install

npm i grunt-pause

Homepage

ilee.co.uk

Weekly Downloads

2

Version

0.1.5

License

none

Last publish

Collaborators

  • leecrossley