diff --git a/gulpfile.js b/gulpfile.js index 13f57d1..05b87ac 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -33,7 +33,7 @@ gulp.task('build', ['vulcanize'], function() { .pipe($.replace(/'/g, '\\\'')) .pipe($.replace(/^(.*)$/gm, '\'$1\',')) .pipe($.insert.wrap('document.write([', '].join("\\n"))')) - .pipe(rename('gui.js')) + .pipe($.rename('gui.js')) .pipe(gulp.dest('build')); });