Skip to content

Instantly share code, notes, and snippets.

View tomtheun's full-sized avatar

Tomas Theunissen tomtheun

  • Arnhem, The Netherlands
  • 17:43 (UTC +02:00)
View GitHub Profile
var gulp = require('gulp');
var browserify = require('browserify');
var notify = require('gulp-notify');
var source = require('vinyl-source-stream');
var watchify = require('watchify');
var plumber = require('gulp-plumber');
var less = require('gulp-less');
var csso = require('gulp-csso');
var watch = require('gulp-watch');
var envify = require('envify');