Skip to content

Instantly share code, notes, and snippets.

View robpalme's full-sized avatar

Rob Palmer robpalme

  • Bloomberg L.P.
  • London
View GitHub Profile
@jamiebuilds
jamiebuilds / gulpfile.js
Created October 5, 2015 20:45
Example multi-file gulp setup
export lint from './task-lint';
export test from './task-test';
export build from './task-build';
export dev from './task-dev';
export default dev;