kimroen / ember-cli-autoprefixer

Automatically run your styles through autoprefixer
MIT License
103 stars 25 forks source link

Incorrect ordering #41

Open stefanpenner opened 6 years ago

stefanpenner commented 6 years ago

Something seems funky. By default, it appears that ember-cli-autoprefixer is run after minification of css. This results in comment based autoprefixer declarations such as /! autoprefixer: /` not making their way down to autoprefixer.

h2. Questions:

acorncom commented 6 years ago

@stefanpenner did you ever get this resolved? I'm quite interested in using this for a client project ...

acorncom commented 6 years ago

Based on https://github.com/kimroen/ember-cli-autoprefixer/pull/39 it seems like ensuring this runs before minification/fingerprinting would be helpful ...

snewcomer commented 4 years ago

Do we need a before entry for broccoli-clean-css?

https://github.com/shinnn/broccoli-clean-css

nlfurniss commented 4 years ago

I believe that's what @stefanpenner found (though he should correct me if my memory is wrong)