Skip to content

Commit ffb5d04

Browse files
committed
Add gzip compress
1 parent cc3f52e commit ffb5d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"scripts": {
2727
"test": "grunt test --verbose",
28-
"start": "serve . -D --port ${PORT:-3000} ",
28+
"start": "serve -D --compress --port ${PORT:-3000} .",
2929
"watch": "grunt",
3030
"postinstall": "bower install"
3131
}

0 commit comments

Comments
 (0)