Updating to Version 3
This commit is contained in:
parent
b13115762d
commit
1b88dd3c29
@ -28,7 +28,7 @@ gulp.task('scripts', function() {
|
||||
.pipe(concat('app.js'))
|
||||
/*.pipe(gulp.dest('dist/js'))*/
|
||||
/*.pipe(rename({suffix: '.min'}))*/
|
||||
.pipe(uglify({mangle: false}))
|
||||
/* .pipe(uglify({mangle: false}))*/
|
||||
/*.pipe(concat('app.js'))*/
|
||||
.pipe(gulp.dest('dist/js'))
|
||||
.pipe(notify({ message: 'Scripts task complete' }));
|
||||
|
Loading…
Reference in New Issue
Block a user