diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 09eeb59..fa26481 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -39,10 +39,10 @@ module.exports = (grunt) -> forceLatest: true production: true - grunt.loadNpmTasks 'grunt-contrib-watch' - grunt.loadNpmTasks 'grunt-contrib-uglify' + grunt.loadNpmTasks 'grunt-bower-task' grunt.loadNpmTasks 'grunt-contrib-coffee' + grunt.loadNpmTasks 'grunt-contrib-uglify' grunt.loadNpmTasks 'grunt-contrib-compass' - grunt.loadNpmTasks 'grunt-bower-task' + grunt.loadNpmTasks 'grunt-contrib-watch' grunt.registerTask 'default', ['bower', 'coffee', 'uglify', 'compass']