Skip to content

Commit

Permalink
Update grunt-sass to 0.17.0
Browse files Browse the repository at this point in the history
No issue

- Allows us to use Sass Maps
- Fixes the 'compressed' output style, so we can have minified code
again!
  • Loading branch information
PaulAdamDavis committed Feb 3, 2015
1 parent 31880e7 commit f492502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ var _ = require('lodash'),
sass: {
compress: {
options: {
outputStyle: 'nested', // TODO: Set back to 'compressed' working correctly with our dependencies
outputStyle: 'compressed',
sourceMap: true
},
files: [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"grunt-express-server": "~0.4.19",
"grunt-jscs": "~1.2.0",
"grunt-mocha-cli": "~1.11.0",
"grunt-sass": "~0.16.1",
"grunt-sass": "~0.17.0",
"grunt-shell": "~1.1.1",
"grunt-update-submodules": "~0.4.1",
"matchdep": "~0.3.0",
Expand Down

0 comments on commit f492502

Please sign in to comment.