Fix lint errors in build/

This commit is contained in:
Daniel Imms
2016-03-03 22:08:50 -08:00
parent 3f2ee3abe5
commit e2b4e36873
4 changed files with 9 additions and 6 deletions

View File

@@ -3,9 +3,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
/*global require,__dirname*/
var gulp = require('gulp');
var path = require('path');
var rename = require('gulp-rename');
var filter = require('gulp-filter');
var _ = require('underscore');
var es = require('event-stream');