mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
Removed unused packages
This commit is contained in:
parent
1ecace021c
commit
9373c20b39
221 changed files with 3 additions and 41297 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue