Skip to content

Instantly share code, notes, and snippets.

@ronnyhartenstein
Created March 6, 2015 18:58
Show Gist options
  • Save ronnyhartenstein/b2173b5832aa645cbca8 to your computer and use it in GitHub Desktop.
Save ronnyhartenstein/b2173b5832aa645cbca8 to your computer and use it in GitHub Desktop.
OXID Bootstrap Responsive: Grunt exec
module.exports = function (grunt, options) {
return {
bower_update: 'bower update'
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment