keystonejs/keystone-classic

Keystone admin JS not minified

Ouverte

#2 825 ouverte le 12 mai 2016

 (2 commentaires) (0 réaction) (0 personne assignée)JavaScript (2 288 forks)batch import
help wanted

Métriques du dépôt

Stars
 (14 656 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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)

Guide contributeur