Modularize grunt tasks
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// Lint and build CSS
|
||||
module.exports = function(grunt) {
|
||||
grunt.registerTask('default', ['jshint:source', 'less:src']);
|
||||
};
|
||||
Reference in New Issue
Block a user