Skip to content

Instantly share code, notes, and snippets.

View sfletche's full-sized avatar

Scott Fletcher sfletche

  • Premise
  • Portland, OR
View GitHub Profile
@chrisjlee
chrisjlee / gulpfile.js
Last active February 20, 2016 07:21
Gulp file for Basic Babel (6to5) transpilation
"use strict";
var gulp = require('gulp'),
babel = require('gulp-babel'),
watch = require('gulp-watch'),
plumber = require('gulp-plumber'),
path = {
src: {
js: 'src/*.js'