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:
bfc1d57
)
undo
author
ian
<ian@gaslightmedia.com>
Thu, 4 Jun 2015 13:24:03 +0000
(09:24 -0400)
committer
ian
<ian@gaslightmedia.com>
Thu, 4 Jun 2015 13:24:03 +0000
(09:24 -0400)
root/Gruntfile.js
patch
|
blob
|
history
diff --git
a/root/Gruntfile.js
b/root/Gruntfile.js
index
43f4eb0
..
753734c
100644
(file)
--- a/
root/Gruntfile.js
+++ b/
root/Gruntfile.js
@@
-77,7
+77,6
@@
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']);