You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matt Huntington 1058e48b51
adding grunt and grunt-contrib-connect
12 years ago
..
test adding grunt and grunt-contrib-connect 12 years ago
.jshintrc adding grunt and grunt-contrib-connect 12 years ago
.npmignore adding grunt and grunt-contrib-connect 12 years ago
.travis.yml adding grunt and grunt-contrib-connect 12 years ago
Gruntfile.js adding grunt and grunt-contrib-connect 12 years ago
LICENSE-MIT adding grunt and grunt-contrib-connect 12 years ago
README.md adding grunt and grunt-contrib-connect 12 years ago
index.js adding grunt and grunt-contrib-connect 12 years ago
package.json adding grunt and grunt-contrib-connect 12 years ago

README.md

grunt-legacy-util

deprecated utilities from grunt

Build Status Built with 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 getobject
grunt.util.hooker use hooker
grunt.util.async use async
grunt.util._ use lodash
grunt.util.exit use exit
grunt.util.callbackify
grunt.util.error
grunt.util.linefeed
grunt.util.normalizelf
grunt.util.kindOf use lodash
grunt.util.toArray grunt.util.repeat
grunt.util.pluralize
grunt.util.recurse use traverse
grunt.util.spawn