mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue