preserve license
This commit is contained in:
@@ -18,6 +18,6 @@ gulp.task ('build', function () {
|
||||
|
||||
gulp.src ('../*/js/*.js')
|
||||
.pipe(rename({ suffix: '.min' }))
|
||||
.pipe(uglify())
|
||||
.pipe(uglify({preserveComments : 'license'}))
|
||||
.pipe(gulp.dest ('../'));
|
||||
});
|
Reference in New Issue
Block a user