help wanted
倉庫指標
- 星標
- (14,656 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
http://localhost:3000/keystone/js/index.js is not minified.
$ NODE_ENV=production node server.js
$ curl http://localhost:3000/keystone/js/index.js | wc -c
1312064 (1.3M)
$ curl http://localhost:3000/keystone/js/index.js | uglify -cm | wc
472863 (473K)