keystonejs/keystone-classic

Keystone admin JS not minified

Aberta

#2.825 aberto em 12 de mai. de 2016

 (2 comentários) (0 reação) (0 responsável)JavaScript (2.288 forks)batch import
help wanted

Métricas do repositório

Stars
 (14.656 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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)

Guia do colaborador