Skip to content

Instantly share code, notes, and snippets.

@ronnyhartenstein
Last active August 29, 2015 14:16
Show Gist options
  • Save ronnyhartenstein/ddab26eb08cc8577301a to your computer and use it in GitHub Desktop.
Save ronnyhartenstein/ddab26eb08cc8577301a to your computer and use it in GitHub Desktop.
OXID Bootstrap Responsive: Grunt SASS
module.exports = function (grunt, options) {
return {
meinshop: {
options: {
style: 'compact',
sourcemap: 'auto',
loadPath: ['./bower_components/bootstrap-sass/assets/stylesheets']
},
files: {
'./out/meinshop/src/css/meinshop.css': './out/meinshop/src/css/meinshop.scss'
}
}
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment