Skip to content

Instantly share code, notes, and snippets.

@ronnyhartenstein
Last active August 29, 2015 14:16
Show Gist options
  • Save ronnyhartenstein/aa7ffb3b3a1bbf690864 to your computer and use it in GitHub Desktop.
Save ronnyhartenstein/aa7ffb3b3a1bbf690864 to your computer and use it in GitHub Desktop.
OXID Bootstrap Responsive: Grunt watch
module.exports = function (grunt, options) {
return {
options: {
spawn: false
},
css: {
files: [
'./out/meinshop/src/css/**/*.scss'
],
tasks: ['css_sass']
},
// js ..
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment