Skip to content

Commit

Permalink
Remove unused/unneeded grunt-sass options
Browse files Browse the repository at this point in the history
  • Loading branch information
greg5green committed Jun 28, 2015
1 parent 52cdac3 commit d4958ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ module.exports = function(grunt) {
},
dist: {
options: {
outputStyle: 'nested',
expand: true,
flatten: true
outputStyle: 'nested'
},
files: {
'dist/assets/<%= pkg.name %>.css': 'src/scss/<%= pkg.name %>.scss',
Expand Down

0 comments on commit d4958ee

Please sign in to comment.