load task from tasks/cml.js file

master
Matt Huntington 10 years ago
parent 056e280e81
commit 1422e44059

@ -1,4 +1,3 @@
var cml_converter = require('cml-html-converter');
module.exports = function(grunt) {
grunt.initConfig({
cml: {
@ -8,8 +7,5 @@ module.exports = function(grunt) {
}
}
});
grunt.registerMultiTask('cml', function() {
console.log(this);
});
grunt.loadTasks('tasks');
};

Loading…
Cancel
Save