0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

remove broccoli-clean-css dependency

no issue
- we're now using postcss with the cssnano plugin when building the production files so we don't need the additional minification plugin
- fixes `ember build -prod`
This commit is contained in:
Kevin Ansfield 2017-03-02 11:13:18 +00:00
parent 30de389144
commit 1571429088

View file

@ -30,7 +30,6 @@
"blueimp-md5": "2.7.0", "blueimp-md5": "2.7.0",
"bower": "1.8.0", "bower": "1.8.0",
"broccoli-asset-rev": "2.5.0", "broccoli-asset-rev": "2.5.0",
"broccoli-clean-css": "2.0.1",
"broccoli-concat": "3.2.2", "broccoli-concat": "3.2.2",
"broccoli-funnel": "1.1.0", "broccoli-funnel": "1.1.0",
"broccoli-merge-trees": "1.2.1", "broccoli-merge-trees": "1.2.1",