envone / ember-runner

EmberJS preview and build tool for Node.JS
MIT License
50 stars 6 forks source link

Add strings.js compressor #29

Open envone opened 12 years ago

envone commented 12 years ago

The idea is to change the human readable key for one code, for example:

"_Countries": "Pais", "_Validation Terms": "Termino de Validación",

y comprimirlo a:

"A01": "Pais", "A02": "Termino de Validación"