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:
42938e3
)
Update Gruntfile
author
Steve Sutton
<ssutton@gmail.com>
Fri, 26 Jun 2015 00:23:36 +0000
(20:23 -0400)
committer
Steve Sutton
<ssutton@gmail.com>
Fri, 26 Jun 2015 00:23:36 +0000
(20:23 -0400)
Need to use spaces not tabs.
correct spacing for option
root/Gruntfile.js
patch
|
blob
|
history
diff --git
a/root/Gruntfile.js
b/root/Gruntfile.js
index
2076d8e
..
1a5dbf1
100644
(file)
--- a/
root/Gruntfile.js
+++ b/
root/Gruntfile.js
@@
-5,7
+5,7
@@
module.exports = function(grunt) {
sass: {
options: {
includePaths: ['bower_components/foundation/scss']
- sourceMap: true
+
sourceMap: true
},
dist: {
options: {