From: ian Date: Thu, 4 Jun 2015 13:31:37 +0000 (-0400) Subject: undo X-Git-Tag: 1.0.1^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=191393d537e48d88248a9346d34c70040b098591;p=WP-Themes%2Falpenfest.git undo --- diff --git a/Gruntfile.js b/Gruntfile.js index d9a2b11..753734c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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']); }