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

index 43f4eb0..753734c 100644 (file)
@@ -77,7 +77,6 @@ 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']);