Skip to content

Instantly share code, notes, and snippets.

View thevirtualforge's full-sized avatar

The Virtual Forge thevirtualforge

View GitHub Profile
@thevirtualforge
thevirtualforge / gulpfile.js
Created February 11, 2016 12:09 — forked from Falconerd/gulpfile.js
Gulp + Watchify + Babelify + BrowserSync
/**
* This gulpfile will copy static libraries and a index.html file as well as
* merge, babelify and uglify the rest of the javascript project.
*
* TODO:
* - Separate media, libs and src with different watchers.
* - Media and libs should only be copied to dist if they are different sizes.
*
* The expected project is to be laid out as such:
*