grunt-legacy-util
v2.0.1
Published
Some old grunt utils provided for backwards compatibility.
Downloads
3,416,508
Readme
grunt-legacy-util
deprecated utilities from grunt
With the next major release of Grunt, we will no longer support these APIs. Where possible, please use the recommended modules in their place. If you would like to support or improve any of these APIs, please notify us when you have published a backwards compatible npm module—we will then recommend its usage here.
grunt.util.namespace
use getobjectgrunt.util.hooker
use hookergrunt.util.async
use asyncgrunt.util._
use lodashgrunt.util.exit
use exitgrunt.util.callbackify
grunt.util.error
grunt.util.linefeed
grunt.util.normalizelf
grunt.util.kindOf
use lodashgrunt.util.toArray
grunt.util.repeat
grunt.util.pluralize
grunt.util.recurse
use traversegrunt.util.spawn
use require('child_process').spawn