UNPKG

grunt-develop

Version:

Run a Node.js application for development, with support for auto-reload.

104 lines (82 loc) 3.35 kB
0.3.0 / 2013-12-16 ================== * [contrib] add @luanmuniz * Merge pull request #20 from luanmuniz/master * Change SIGHUP to SIGKILL for windows support * Fix jshint and add Global done * Fix test path * singlequote please * Not using coffee now * Add use strict 0.2.3 / 2013-10-11 ================== * [dist] bump version to v0.2.3 * [fix] closes issue #17 & issue #16 0.2.2 / 2013-09-10 ================== * Merge pull request #15 from shanestillwell/master * Fall back to process.env * Merge pull request #14 from bitdeli-chef/master * Add a Bitdeli badge to README 0.2.1 / 2013-08-22 ================== * [contrib] added @adamwdraper * Merge pull request #13 from sheknows/master * add environment option 0.2.0 / 2013-08-20 ================== * [dist] bump to 0.2.0 * Merge pull request #12 from nategood/cmd-option * Merge branch 'cmd-option' of github.com:nategood/grunt-develop into cmd-option * Adds the cmd option * emit filename, nodeArgs, and args with develop.started * Merge branch 'master' into cmd-option * Merge remote-tracking branch 'edwardhotchkiss/master' * Adds the cmd option * emit filename, nodeArgs, and args with develop.started 0.1.1 / 2013-07-13 ================== * [comments] jsdoc style * Merge pull request #9 from nategood/master * emit a "develop.started" event when the server restarts 0.1.0 / 2013-07-04 ================== * [minor] bracket ocd * Merge pull request #8 from benbria/no-watch * Update package.json, bumping up the version. * Update the readme with watch changes. * Remove watch (duplicates grunt-contrib-watch feature). 0.0.4 / 2013-06-20 ================== * [minor] style * Merge pull request #7 from cbayram/master * Added optional "nodeArgs" and application "args" options to pass arguments to node and application server script respectively 0.0.3 / 2013-06-15 ================== * [changelog] updated. many thanks to @undashes for fixing a possible leak, better linting, and proper handling of non-kill exits, etc :) * Merge pull request #6 from benbria/reload-on-error * Clean the code and add a looptest task. * Update package.json. * Add child kill on exit, avoid a leaking node process. * Fix the linting errors. * Add proper handling of non-kill exits. 0.0.2 / 2013-03-15 * [travis] only test stable * [changelog, dist] updated version, added contribs * [contrib] added @OliverJAsh * [docs, tests] updated docs to reflect that grunt-contrib-watch is not used/needed with this but can be used alongside, also added an npm test ref * Merge pull request #2 from OliverJAsh/master * On develop.start, kill child process if one is already alive * [initial] * [contrib] added @OliverJAsh * [docs, tests] updated docs to reflect that grunt-contrib-watch is not used/needed with this but can be used alongside, also added an npm test ref * Merge pull request #2 from OliverJAsh/master * On develop.start, kill child process if one is already alive * [initial] 0.0.1 / 2013-03-15 ================== * [contrib] added @OliverJAsh * [docs, tests] updated docs to reflect that grunt-contrib-watch is not used/needed with this but can be used alongside, also added an npm test ref * Merge pull request #2 from OliverJAsh/master * On develop.start, kill child process if one is already alive * [initial]