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) { module.exports = function(grunt) {
grunt.initConfig({ grunt.initConfig({
cml: { cml: {
@ -8,8 +7,5 @@ module.exports = function(grunt) {
} }
} }
}); });
grunt.loadTasks('tasks');
grunt.registerMultiTask('cml', function() {
console.log(this);
});
}; };

Loading…
Cancel
Save