ember-cli-autoprefixer
ember-cli-autoprefixer copied to clipboard
Incorrect ordering
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:
h2. Questions:
- is it possible to move this to a preprocess step, but using after/before clause in addons package.json, ensure it happens at the right phase? Specifically other addons such as ember-cli-eyeglass etc would need to declare ^
- does ember-cli need a hook/milestone to have this run explicitly before minification?
@stefanpenner did you ever get this resolved? I'm quite interested in using this for a client project ...
Based on https://github.com/kimroen/ember-cli-autoprefixer/pull/39 it seems like ensuring this runs before minification/fingerprinting would be helpful ...
Do we need a before entry for broccoli-clean-css?
https://github.com/shinnn/broccoli-clean-css
I believe that's what @stefanpenner found (though he should correct me if my memory is wrong)