Newer
Older
module.exports = function(grunt) {
grunt.registerTask("custom", function customFunc() {
grunt.log.writeln("Hello world!");
});
}
module.exports = function(grunt) {
grunt.registerTask("custom", function customFunc() {
grunt.log.writeln("Hello world!");
});
}