mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Standard Minifiers
This package provides two minifier plugins used for Meteor apps by default.
The JS minifier uses UglifyJS2. The options include name-mangling and other commonly used options.
The CSS minifier mostly reduces amount of white-space parsing CSS with ParseCSS.