mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
* Update the default CSS parsing/combining/minifying tools The `minifier-css` package is currently using outdated (and abandoned) npm packages (`css-parse` and `css-stringify`), as part of its parsing/minification process. This commit replaces those packages with the robust, modern and maintained `postcss` package. * Adjust CSS source file fallback value * Self test adjustments and cleanup * Disable sourcesContent generation by postcss The `standard-minifier-css` package is already associating source content with the source map, so we don't need to do this twice. * Add History.md entry covering backwards compatibility details * Bump major version due to backwards compatibility breaking changes * Bump minor versions * Code review changes (boolean formatting, concat to spread)
minifier-css
Source code of released version | Source code of development version
This is an internal Meteor package.