Feature #965
Update JS minifier library
Start date:
September 19, 2013
Due date:
% Done:
80%
Estimated time:
Description
it seems we use obsolete library to uglify JS code. Try to find a better version. Thanks
https://github.com/mishoo/UglifyJS2
https://developers.google.com/closure/compiler/docs/gettingstarted_api
Thanks!
History
Updated by Vasily Bezruchkin over 6 years ago
- Assignee deleted (
Batyr Mackenov) - Target version changed from 4.6.0 to 3.2.0
Updated by Vasily Bezruchkin over 6 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
https://github.com/tedious/JShrink
library is used now.
We only need to combine small files for minification.