diff --git a/Gruntfile.js b/Gruntfile.js index f4fce3f..0adab78 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'); };