Skip to content

Commit

Permalink
Merge pull request #204 from garrettjoecox/master
Browse files Browse the repository at this point in the history
Remove uglify
  • Loading branch information
Garrett Cox committed Jul 30, 2015
2 parents 8e13bd8 + 93e32bf commit 8b53418
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
@@ -1,5 +1,4 @@
var gulp = require('gulp');
var uglify = require('gulp-uglify');
var htmlReplace = require('gulp-html-replace');
var source = require('vinyl-source-stream');
var browserify = require('browserify');
Expand Down Expand Up @@ -78,7 +77,6 @@ gulp.task('build', function() {
})
.bundle()
.pipe(source(path.OUT))
.pipe(streamify(uglify('bundle.min.js')))
.pipe(gulp.dest('./client/dist/public/js'))
});

Expand Down

0 comments on commit 8b53418

Please sign in to comment.