Removed unused packages

This commit is contained in:
Luke Vella 2015-03-01 13:27:43 +01:00
parent 1ecace021c
commit 9373c20b39
221 changed files with 3 additions and 41297 deletions

View file

@ -8,7 +8,7 @@ var notify = require('gulp-notify');
var templateCache = require('gulp-angular-templatecache');
gulp.task('js', function () {
gulp.src(['public/js/**/module.js', 'public/js/**/*.js'])
gulp.src(['public/js/**/*.js'])
.pipe(sourcemaps.init())
.pipe(concat('app.js'))
.pipe(ngAnnotate())