module.exports = function(grunt){ grunt.resisterTask('hellowworld', function(){ console.log("I am Grunt running..."); }) };