Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dependencies] Move off of gulp-cssnano #602

Open
joewiz opened this issue Apr 15, 2021 · 2 comments
Open

[dependencies] Move off of gulp-cssnano #602

joewiz opened this issue Apr 15, 2021 · 2 comments
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Comments

@joewiz
Copy link
Member

joewiz commented Apr 15, 2021

Is your feature request related to a problem? Please describe.

We have a dependency on gulp-cssnano, but this library was deprecated and archived 3 years ago, and it's source code repository is no longer available.

Describe the solution you'd like

As described at angular/material#11869 (comment):

the new recommendation is to use cssnano with gulp-postcss.

Describe alternatives you've considered

Remove gulp-cssnano entirely?

Additional context

Moving off of gulp-cssnano will also allow us to upgrade to the latest version of is-svg, v4.2.2; otherwise, we're locked into version 2.0.0.

@joewiz joewiz added enhancement dependencies Pull requests that update a dependency file labels Apr 15, 2021
@joewiz
Copy link
Member Author

joewiz commented Apr 15, 2021

Another alternative would be to remove gulp entirely and replace it with equivalent maven plugins.

@duncdrum
Copy link
Contributor

duncdrum commented Jun 8, 2021

we already have a transient dependency on gulp-postcss, I'd recommend sticking with gulp and just switching plugins. Unless we want to start creating our own build tool plz

@duncdrum duncdrum added the javascript Pull requests that update Javascript code label Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

No branches or pull requests

2 participants