Skip to content

Instantly share code, notes, and snippets.

@FlandersBurger
FlandersBurger / gulp-wiredep-min.js
Last active October 18, 2017 14:51
Gulp task to make gulp wiredep use all minified (.min/-min) files
/*
* Author: Laurent Debacker
* https://belgocanadian.com
* Creation Date: 18-Oct-2017
* Description: Gulp task to make gulp wiredep use all minified (.min/-min) files
* Note: Some bower componenents do not have a bower.json file. For those the minified files will not be picked. Alternatively you can create a bower.json file for those.
*/
var fs = require('fs');
var path = require('path');