wait-grunt

0.1.0 • Public • Published

wait-grunt

An alternative to the Grunt command line interface. Ability to fork Grunt but have it wait for a signal before executing.

npm install wait-grunt --save-dev
var fork = require('child_process').fork;
var path = require('path');

// create a fork that waits to be executed
var child = fork('./node_modules/.bin/wait-grunt');

// 5s later, run the jshint task
setTimeout(function() {
  child.send('jshint --verbose');
}, 5000);

/wait-grunt/

    Package Sidebar

    Install

    npm i wait-grunt

    Homepage

    gruntjs.com/

    Weekly Downloads

    1

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • shama