Skip to content

Instantly share code, notes, and snippets.

View MatthiasKuehneEllerhold's full-sized avatar

Matthias Kühne MatthiasKuehneEllerhold

View GitHub Profile
@MatthiasKuehneEllerhold
MatthiasKuehneEllerhold / gulp-config.js
Last active December 15, 2016 15:06
Assetic-Ersatz: Gulp
'use strict';
/**
* This is the application configuration for the frontend build process.
*/
// Where do you want to have the compiled assets?
module.exports.destinationPath = 'public/assets';
// Is development-mode on / off?