mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 06:27:59 +01:00
Uncommented out uglify
This commit is contained in:
parent
f0fc0ec0bf
commit
4e1b60706f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ gulp.task("scripts-app", function() {
|
|||
], {base: "."}))
|
||||
.pipe(gulpif(/\.coffee/, coffee()))
|
||||
.pipe(concat("app.js"))
|
||||
// .pipe(uglify())
|
||||
.pipe(uglify())
|
||||
.pipe(gulp.dest("public/build/scripts"))
|
||||
// Development/watch pipeline
|
||||
: gulp.src(paths, {base: "app/scripts"})
|
||||
|
|
Loading…
Reference in a new issue