remove js license

This commit is contained in:
Van
2015-11-07 22:16:00 +08:00
parent 1574338128
commit 65f1a18096
10 changed files with 3 additions and 223 deletions

View File

@@ -18,6 +18,6 @@ gulp.task ('build', function () {
gulp.src ('../*/js/*.js')
.pipe(rename({ suffix: '.min' }))
.pipe(uglify({preserveComments : 'license'}))
.pipe(uglify())
.pipe(gulp.dest ('../'));
});