Skip to content
Snippets Groups Projects
Gruntfile.local.js.dist 137 B
Newer Older
module.exports = function(grunt) {
  grunt.registerTask("custom", function customFunc() {
    grunt.log.writeln("Hello world!");
  });
}