From 4466328be6a0c1cd5f3a14abab508b7f3c692061 Mon Sep 17 00:00:00 2001 From: wout Date: Tue, 19 Aug 2014 18:14:37 +0200 Subject: Typo's --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index e574663..a62d99c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -102,7 +102,7 @@ gulp.task('unify', ['clean'], function() { .pipe(header(headerLong, { pkg: pkg })) .pipe(gulp.dest('dist')) .pipe(size({ showFiles: true, title: 'Full' })) -}); +}) /** ‎* uglify the file and show the size of the result -- cgit v1.2.3