From 1fd7048ac0c7d730c2f5cb0796bc7786c46333f6 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Thu, 5 Feb 2015 11:58:08 -0600 Subject: [PATCH] Fixed semicolon -> comma --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 7328c5e17d..89910373a7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -3,7 +3,7 @@ var gulp = require('gulp'), glob = require('glob'), browserify = require('browserify'), coffeeify = require('coffeeify'), - source = require('vinyl-source-stream'); + source = require('vinyl-source-stream'), transform = require('vinyl-transform'), rimraf = require('rimraf'), nodemon = require('gulp-nodemon'),