mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 00:19:03 +02:00
Fixed bug with gulp config
This commit is contained in:
parent
107f66645c
commit
010738ea13
5 changed files with 4 additions and 8 deletions
|
@ -10,7 +10,7 @@ var templateCache = require('gulp-angular-templatecache');
|
|||
gulp.task('js', function () {
|
||||
gulp.src(['public/js/**/module.js', 'public/js/**/*.js'])
|
||||
.pipe(sourcemaps.init())
|
||||
.pipe(concat('public/build/app.js'))
|
||||
.pipe(concat('app.js'))
|
||||
.pipe(ngAnnotate())
|
||||
.on('error', notify.onError(function (error) {
|
||||
return error.message;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue