mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-28 01:00:13 +02:00
gulp: fix swconcat task
This commit is contained in:
@@ -90,7 +90,7 @@ gulp.task('useRef', function() {
|
||||
|
||||
gulp.task('concatSwRegistration', function() {
|
||||
gulp
|
||||
.src(['app/service-worker-registration.js', 'app/script.js'])
|
||||
.src(['src/service-worker-registration.js', 'app/script.js'])
|
||||
.pipe(concat('script.js'))
|
||||
.pipe(gulp.dest('app'));
|
||||
});
|
||||
|
Reference in New Issue
Block a user