Skip to content

Instantly share code, notes, and snippets.

View heshanlk's full-sized avatar
👋
Hi

Heshan Wanigasooriya heshanlk

👋
Hi
View GitHub Profile
@heshanlk
heshanlk / gulpfile.js
Created October 14, 2016 23:02 — forked from Sigmus/gulpfile.js
gulpfile.js with browserify, reactify, watchify and gulp-notify.
var source = require('vinyl-source-stream');
var gulp = require('gulp');
var gutil = require('gulp-util');
var browserify = require('browserify');
var reactify = require('reactify');
var watchify = require('watchify');
var notify = require("gulp-notify");
var scriptsDir = './scripts';
var buildDir = './build';