This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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'); |