diff options
author | wout <wout@impinc.co.uk> | 2014-08-19 18:14:37 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-08-19 18:14:37 +0200 |
commit | 4466328be6a0c1cd5f3a14abab508b7f3c692061 (patch) | |
tree | a767e724b721d357c01daf53f96e7b075d5859e3 /gulpfile.js | |
parent | f9f5081f0a8f05f0c42502cc955a035d187f6b5c (diff) | |
download | svg.js-4466328be6a0c1cd5f3a14abab508b7f3c692061.tar.gz svg.js-4466328be6a0c1cd5f3a14abab508b7f3c692061.zip |
Typo's
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
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
|