Skip to content

Instantly share code, notes, and snippets.

@ronnyhartenstein
Last active August 29, 2015 14:16
Show Gist options
  • Save ronnyhartenstein/ba460dada2b16d812924 to your computer and use it in GitHub Desktop.
Save ronnyhartenstein/ba460dada2b16d812924 to your computer and use it in GitHub Desktop.
OXID Bootstrap Responsive: Bower concat
module.exports = function (grunt, options) {
return {
vendor_libs: {
dest: './out/meinshop/src/js/vendor-libs.js',
include: [
'jquery',
'jquery-ui',
'bootstrap',
'modernizr',
'underscore',
'es5-shim',
'matchHeight',
'jquery-cookie',
'jquery-prettyphoto',
'jquery.scrollTo',
'jquery-getUrlParam',
'jquery-form',
'jquery-lazyload-any'
],
mainFiles: {
'jquery-prettyphoto': 'js/jquery.prettyPhoto.js'
}
}
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment