Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit 93b2182

Browse files
committed
Set uglify-js passes to 2.
Saves a few more bytes.
1 parent 5dda2bc commit 93b2182

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gruntfile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ module.exports = function(grunt) {
142142

143143
uglify: {
144144
options: {
145-
compress: true,
145+
compress: {
146+
passes: 2
147+
},
146148
mangle: true,
147149
output: {
148150
comments: false

0 commit comments

Comments
 (0)