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