From: ian Date: Thu, 4 Jun 2015 13:29:46 +0000 (-0400) Subject: mapping test X-Git-Tag: 1.0.1^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=9bf90a74f89b4b3089ca7e9bc1d80ab833010fbf;p=WP-Themes%2Falpenfest.git mapping test --- diff --git a/Gruntfile.js b/Gruntfile.js index 753734c..d9a2b11 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -77,8 +77,9 @@ 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']); + grunt.registerTask('default', ['runwatch','watch', 'sass']); }