Skip to content

Commit

Permalink
Removes uglify from in-development JS task
Browse files Browse the repository at this point in the history
That should only belong in the final build
  • Loading branch information
ryanbenson committed Jan 21, 2016
1 parent 979ee9d commit 618cb0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ gulp.task('scripts', function() {
.pipe(concat('app.js'))
//catch errors
.on('error', gutil.log)
//compress :D
.pipe(uglify())
//where we will store our finalized, compressed script
.pipe(gulp.dest('app/scripts'))
//notify browserSync to refresh
Expand Down

0 comments on commit 618cb0e

Please sign in to comment.