Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

grunt-pause

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-pause

Pause the grunt task runner between tasks and choose to continue or break

Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
12
9.09%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

grunt

FAQs

Package last updated on 09 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts