BSkyB / faber

Block based contents editor
Other
1 stars 1 forks source link

Support minify with name mangling #16

Open charypar opened 10 years ago

charypar commented 10 years ago

It's impossible to minify the Faber JS (e.g. with uglify) with variable name mangling enabled, because of the angular module loading.

The issue is well known and understood, there is a tool to help prevent the problems here: https://github.com/btford/ngmin