-
Notifications
You must be signed in to change notification settings - Fork 101
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
Bump autoprefixer dependency. Also, an option to configure and/or disable it? #68
Comments
Thanks for being so thorough on testing that! It makes it wayyy easier on us, it’s appreciated. 🍻 We have Autoprefixer v3.1.0 in queued up for Terraform v0.9.2 , our goal is to stay with the latests releases of the dependencies wherever it’s possible. I don’t think we’ll make Autoprefixer configurable, but thanks for offering to help on that. We like Harp to avoid configuration where possible, it should just be a great set of defaults all the time, which we think includes Autoprefixer—we’ll have that outdated dependency sorted soon! |
I'm not sure if this belongs in here, but it's certainly related. I think that having autoprefixer is fine, but I'd really like to see minification turned off unless You don't need to use I got into the terraform code to look at how to do that. I got it all turned on for node sass, and now I'm trying to trace out where the map output needs to go. Would '.map' need to be another renderer that goes along with .scss.js and .sass.js, or is it something that can be piggy backed into the CSS output piplines. |
@kennethormandy It looks like the current version of terraform (0.11.0) is using Autoprefixer 5.1.0. The current version of Autoprefixer is 5.2. Any plans to update to this version? |
@kennethormandy The current Autoprefixer is now at version 9.8.6, are there any plans to update this? Thanks |
With reference to this issue I filed on the harp project, it appears that
terraform
is using an outdated version of the autoprefixer module. With the web running at the blazing speed that it does, running something from July may already be old news in October. Certainly the browser world is moving very fast.While we're at it, would it perhaps be possible to let the user configure the autoprefixer behavior via a
_data.json
setting, or, if necessary, completely disable it?I'd be happy to prepare a pull request for this if that would help things out.
The text was updated successfully, but these errors were encountered: