Releases: ChrisWren/grunt-node-inspector
Releases · ChrisWren/grunt-node-inspector
v0.4.2
v0.4.1
v0.4.0
Changed --no-preload
option to --preload
. Fixed --hidden
option parsing. Added SSL options. Support node v4.
Breaking changes:
options['no-preload'] is now options.preload. If you previously set no-preload
to true
, you should change your gruntfile to set preload
to false
.