From 34b297a33902c74c24a83dbce0f323407b326678 Mon Sep 17 00:00:00 2001 From: Casey Zumwalt Date: Fri, 19 Sep 2014 01:47:44 -0700 Subject: [PATCH] Removed errant semicolon in gulpfile.js --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 5b36c79..4317299 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -9,7 +9,7 @@ var gulp = require('gulp'), uglify = require('gulp-uglify'), livereload = require('gulp-livereload'), stylish = require('jshint-stylish'), - rev = require('gulp-rev'); + rev = require('gulp-rev'), modernizr = require('gulp-modernizr'); var paths = {