Skip to content

Commit

Permalink
Fix gulp js build
Browse files Browse the repository at this point in the history
  • Loading branch information
jawngee committed Jun 15, 2016
1 parent 28e8741 commit de868cb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4,270 deletions.
10 changes: 5 additions & 5 deletions assets/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ var jsTasks = function(filename) {
return gulpif(enabled.maps, sourcemaps.init());
})
.pipe(concat, filename)
// .pipe(uglify, {
// compress: {
// 'drop_debugger': enabled.stripJSDebug
// }
// })
.pipe(uglify, {
compress: {
'drop_debugger': enabled.stripJSDebug
}
})
.pipe(function() {
return gulpif(enabled.rev, rev());
})
Expand Down
Loading

0 comments on commit de868cb

Please sign in to comment.