Skip to content

Instantly share code, notes, and snippets.

View cdunnnnnnn's full-sized avatar
🍳
remote

Christopher Dunn cdunnnnnnn

🍳
remote
View GitHub Profile

Keybase proof

I hereby claim:

  • I am cdunnnnnnn on github.
  • I am cdunn (https://keybase.io/cdunn) on keybase.
  • I have a public key ASBO6ZTzVit3LijKA664pEUY3-DZahVESk2FeaR1_4G3zgo

To claim this, I am signing this object:

// include gulp
var gulp = require('gulp');
// include plugins
var $ = require('gulp-load-plugins')();
var fs = require('fs');
var browserSync = require('browser-sync');
var reload = browserSync.reload;
// Stream bower dependecies
gulp.task('bower', function () {