Skip to content

Commit

Permalink
Remove unnecessary load path for components
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelig committed Apr 24, 2014
1 parent c304f1d commit c341625
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gruntfile.js
Expand Up @@ -33,10 +33,7 @@ module.exports = function (grunt) {
style: 'compressed',
sourcemap: true,
noCache: true,
quiet: (isDev) ? false : true,
loadPath: [
'common/app/assets/stylesheets/components/sass-mq'
]
quiet: (isDev) ? false : true
}
}
},
Expand Down

0 comments on commit c341625

Please sign in to comment.