Closed scottgonzalez closed 9 years ago
:+1:
Could use the opportunity to add an example for node, e.g. a Gruntfile.js, something like this:
Gruntfile.js
var path = require( "path" ); module.exports = function( grunt ) { grunt.registerTask( "custom task", function() { // task impl } ); };
Added.
Looking good :+1:
Good to land.
:+1:
Could use the opportunity to add an example for node, e.g. a
Gruntfile.js
, something like this: