From caf86569ca40059f9f0b32db65dc289e1498632c Mon Sep 17 00:00:00 2001 From: Josh Bennett Date: Tue, 21 Mar 2017 00:05:28 -0400 Subject: [PATCH] Fix clipboard feature --- gulpfile.js | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 5d4a56f..7613dca 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -44,7 +44,7 @@ gulp.task('scripts', function() { }); gulp.task('site', function() { - gulp.src(paths.siteScripts) + return gulp.src(paths.siteScripts) .pipe(concat('page.js')) .pipe(concat('beautifier.js')) .pipe(gulp.dest('js/tmp')) diff --git a/index.html b/index.html index d086257..b96e1f6 100644 --- a/index.html +++ b/index.html @@ -88,7 +88,7 @@

Excel Formula Beautifier

- +