From: ian Date: Thu, 4 Jun 2015 13:24:03 +0000 (-0400) Subject: undo X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=16983d321b4c7ff4f4f92f1665c03f3ef83bb337;p=web%2FGruntInit%2FglmTheme.git undo --- diff --git a/root/Gruntfile.js b/root/Gruntfile.js index 43f4eb0..753734c 100644 --- a/root/Gruntfile.js +++ b/root/Gruntfile.js @@ -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']);