Skip to content

Instantly share code, notes, and snippets.

View ronnyhartenstein's full-sized avatar

Ronny Hartenstein ronnyhartenstein

View GitHub Profile
@ronnyhartenstein
ronnyhartenstein / copy.js
Last active August 29, 2015 14:16
OXID Bootstrap Responsive: Grunt copy
module.exports = function (grunt, options) {
return {
azure_reset: {
src: './out/azure/src/css/reset.css',
dest: './out/meinshop/src/css/vendor/_azure_reset.scss'
},
azure_theme: {
src: './out/azure/src/css/oxid.css',
dest: './out/meinshop/src/css/vendor/_azure_oxid.scss'
},
@ronnyhartenstein
ronnyhartenstein / bower_concat.js
Last active August 29, 2015 14:16
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',
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.