mapping part 2
authorian <ian@gaslightmedia.com>
Thu, 4 Jun 2015 13:12:02 +0000 (09:12 -0400)
committerian <ian@gaslightmedia.com>
Thu, 4 Jun 2015 13:12:02 +0000 (09:12 -0400)
root/Gruntfile.js

index 753734c..43f4eb0 100644 (file)
@@ -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']);