undo
authorian <ian@gaslightmedia.com>
Thu, 4 Jun 2015 13:31:37 +0000 (09:31 -0400)
committerian <ian@gaslightmedia.com>
Thu, 4 Jun 2015 13:31:37 +0000 (09:31 -0400)
Gruntfile.js

index d9a2b11..753734c 100644 (file)
@@ -77,9 +77,8 @@ module.exports = function(grunt) {
   grunt.loadNpmTasks('grunt-contrib-concat');
   grunt.loadNpmTasks('grunt-contrib-copy');
   grunt.loadNpmTasks('grunt-contrib-uglify');
-  grunt.loadNpmTasks('grunt-contrib-sass');
 
   grunt.registerTask('build', ['sass', 'copy', 'uglify', 'concat']);
   grunt.registerTask('runwatch', ['sass','uglify', 'concat']);
-  grunt.registerTask('default', ['runwatch','watch', 'sass']);
+  grunt.registerTask('default', ['runwatch','watch']);
 }