diff --git a/Gruntfile.coffee b/Gruntfile.coffee index e312ec4..e80d822 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -58,7 +58,7 @@ module.exports = (grunt) -> base: 'build' src: ['**'] - grunt.loadNpmTasks('grunt-contrib-clean') + grunt.loadNpmTasks('grunt-contrib-clean') grunt.loadNpmTasks('grunt-contrib-copy') grunt.loadNpmTasks('grunt-contrib-jade') grunt.loadNpmTasks('grunt-contrib-connect')