Last active
August 29, 2015 14:16
-
-
Save ronnyhartenstein/ddab26eb08cc8577301a to your computer and use it in GitHub Desktop.
OXID Bootstrap Responsive: Grunt SASS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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