Skip to content

Commit

Permalink
Enable minification
Browse files Browse the repository at this point in the history
  • Loading branch information
umaar committed Jul 13, 2018
1 parent 8a70ef4 commit cc0906b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ gulp.task('scripts', async function () {
input: 'src/client/js/main.js',
plugins: [
resolve(),
commonjs()/*,
uglify({}, minify)*/
commonjs(),
uglify({}, minify)
]
});

Expand Down

0 comments on commit cc0906b

Please sign in to comment.