From 16983d321b4c7ff4f4f92f1665c03f3ef83bb337 Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 4 Jun 2015 09:24:03 -0400 Subject: [PATCH] undo --- root/Gruntfile.js | 1 - 1 file changed, 1 deletion(-) 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']); -- 2.17.1