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:
d6aee82
)
Add sass-mapping to glmTheme - don't forget to disable before Live!
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Jun 2015 19:55:51 +0000
(15:55 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Jun 2015 19:55:51 +0000
(15:55 -0400)
root/Gruntfile.js
patch
|
blob
|
history
diff --git
a/root/Gruntfile.js
b/root/Gruntfile.js
index
753734c
..
2076d8e
100644
(file)
--- a/
root/Gruntfile.js
+++ b/
root/Gruntfile.js
@@
-5,10
+5,11
@@
module.exports = function(grunt) {
sass: {
options: {
includePaths: ['bower_components/foundation/scss']
+ sourceMap: true
},
dist: {
options: {
- outputStyle: '
compress
ed'
+ outputStyle: '
expand
ed'
},
files: {
'css/app.css': 'scss/app.scss'