Phoenix: css-brunch is deprecated

Created on 22 Mar 2017  路  3Comments  路  Source: phoenixframework/phoenix

https://github.com/brunch/css-brunch

This plugin is deprecated in favor of built-in possibilities of [Brunch] (since 2.10), which can handle CSS automatically. We recommend to remove it from package.json. For css-modules use postcss-brunch.

Is phoenix going to change it in the coming 1.3 release?

Most helpful comment

@voughtdq thanks for the heads up. We will probably just remove it from our side as well and verify the newly geerated application works just fine. Less things to fetch from NPM is always a plus.

All 3 comments

AFAIK removing css-brunch from the package.json dependencies and running npm uninstall css-brunch does not break anything. However, I'm not sure how to formally prove this.

@voughtdq thanks for the heads up. We will probably just remove it from our side as well and verify the newly geerated application works just fine. Less things to fetch from NPM is always a plus.

I have verified css-brunch is no longer required. Thanks for the heads up!

Was this page helpful?
0 / 5 - 0 ratings