keystonejs/keystone-classic

Keystone admin JS not minified

Open

#2,825 opened on May 12, 2016

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (2,288 forks)batch import
help wanted

Repository metrics

Stars
 (14,656 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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)

Contributor guide