Fixed bug with gulp config

This commit is contained in:
Luke Vella 2015-02-04 17:53:24 +01:00
parent 107f66645c
commit 010738ea13
5 changed files with 4 additions and 8 deletions

View file

@ -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;