Uh oh!
There was an error while loading. Please reload this page.
feat(autoprefixer) Hook up autoprefixer for less, scss, and css. - #2852
feat(autoprefixer) Hook up autoprefixer for less, scss, and css.#2852SethDavenport wants to merge 2 commits into
Conversation
d1cda0e to
d1fdadeCompare39c41a1 to
6a93a52CompareSethDavenport
commented
Oct 24, 2016
Will fix tests soon :) Sorry... |
I'm not sure that code added in tests really needed. Or this code needed for autoprefixer testing? |
yes - I have a test that verifies that autoprefixer works for css files. however it should also happen at the end of the loader chain for less and scss too. I haven't had time to dig into the less/scss test infrastructure to see what I did wrong yet. I will get to it soon. |
6a93a52 to
4d99072Compare[Autoprefixer](https://github.com/postcss/autoprefixer) is a tool that uses data from caniuse.com to add vendor prefixes for styles that need them. It saves developers from having to manually prefix things, and is widely used these days. Since it's available as a postcss plugin, it makes sense to inlcude it in the angular-cli build step by default. This implementation uses the default browser targeting settings: last two versions, or whatever's in the user's project's [browserslist](https://github.com/ai/browserslist). Closesangular#1512.
4d99072 to
98abbd0CompareSethDavenport
commented
Oct 27, 2016
Rebased, now getting a new error: |
filipesilva
left a comment
There was a problem hiding this comment.
Heya @SethDavenport, thanks for the PR! It LGTM and we should get around to merging it soon.
Don't worry too much about that chrome 53 error, it has nothing to do with your PR and was fixed in #2914
SethDavenport
commented
Oct 27, 2016
Awesome :) Thanks for the help on this one. |
SethDavenport
commented
Oct 28, 2016
Thanks for getting this in - just curious though - did I accidentally duplicate a PR from @renehamburger ? |
filipesilva
commented
Nov 3, 2016
Uh, I kinda don't know what happened there. I might have botched the merge process when I did it in a batch... |
SethDavenport
commented
Nov 4, 2016
No worries - was just curious |
Hi there. Our team is really appreciating the efforts you did for getting Autoprefixer into the angular-cli. However, right now it seems we don't see it in our copy of beta 19-3. Is there something we are missing that needs to be done? |
@rokie83 it's merged after 19-3, and not released yet. All you can do is either try to work from CLI's git repo, or wait for the next release. This is sort of why I started the discussion about release frequency in #3127 |
[Autoprefixer](https://github.com/postcss/autoprefixer) is a tool that uses data from caniuse.com to add vendor prefixes for styles that need them. It saves developers from having to manually prefix things, and is widely used these days. Since it's available as a postcss plugin, it makes sense to inlcude it in the angular-cli build step by default. This implementation uses the default browser targeting settings: last two versions, or whatever's in the user's project's [browserslist](https://github.com/ai/browserslist). Closesangular#1512. Closeangular#2852
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
[Autoprefixer](https://github.com/postcss/autoprefixer) is a tool that uses data from caniuse.com to add vendor prefixes for styles that need them. It saves developers from having to manually prefix things, and is widely used these days. Since it's available as a postcss plugin, it makes sense to inlcude it in the angular-cli build step by default. This implementation uses the default browser targeting settings: last two versions, or whatever's in the user's project's [browserslist](https://github.com/ai/browserslist). Closesangular#1512. Closeangular#2852
Autoprefixer is a tool that uses data from caniuse.com to add vendor prefixes for styles that need them. It saves developers from having to manually prefix things, and is widely used these days.
Since it's available as a postcss plugin, it makes sense to inlcude it in the angular-cli build step by default.
This implementation uses the default browser targeting settings: last two versions, or whatever's in the user's project's browserslist.
Closes#1512.