projects
/
web
/
GruntInit
/
glmTheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83f55ed
)
mapping part 2
author
ian
<ian@gaslightmedia.com>
Thu, 4 Jun 2015 13:12:02 +0000
(09:12 -0400)
committer
ian
<ian@gaslightmedia.com>
Thu, 4 Jun 2015 13:12:02 +0000
(09:12 -0400)
root/Gruntfile.js
patch
|
blob
|
history
diff --git
a/root/Gruntfile.js
b/root/Gruntfile.js
index
753734c
..
43f4eb0
100644
(file)
--- 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']);