Favicons generator for Gulp. Simple wrapper around favicons. Installed through NPM with:
npm install gulp-favicons --save-dev
Check out favicons.io for all configuration options. Example usage:
var favicons = ; gulp;
If you need an ES5 build for legacy purposes, just require the ES5 file:
var favicons = ;
To build the ES5 version, run the following and remember to require the ES5 version.
npm install -g babel-clibabel --presets es2015 indexjs --out-file es5js