Skip to content

Commit 66d14fa

Browse files
committed
Add a little whitespace to gulpfile.js
1 parent 65e9e86 commit 66d14fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ function buildTask() {
4646
.pipe( umd() )
4747
.pipe( header( banner, { pkg: require( './package.json' ) } ) )
4848
.pipe( gulp.dest( distFolder ) ) // output unminified file
49+
4950
.pipe( preprocess( { context: { DEBUG: false } } ) ) // removes DEBUG tagged code
5051
.pipe( uglify( { preserveComments: 'license' } ) )
5152
.pipe( rename( minDistFilename ) )

0 commit comments

Comments
 (0)