Closed lvivski closed 9 years ago
Currently it applies the same plugins twice for your files, so a lot of plugins fail on the first pass (myth
, rework-calc
). And if you have rework-calc
, for ex., it will be applied during the prefilter
, it will fail on vars
(already have a pull-request for that), than vars, assets; and the same plugin list would be applied to this file again during normal phase. So it actually serves two purposes:
@joeybaker I think this makes sense, can you take a look?
Will do. Current status: trying to figure out why my new watch test never completes in travis :( https://travis-ci.org/atomify/atomify-js/jobs/40797798
@lvivski thanks for the PR! I just have the comment above, and a request: can you add a test for this?
@lvivski unfortunately this isn't mergable, anymore. Do you have any interest in updating it?
Closed. The issue was caused by myth.io
, but since autoprefixer
support was added into atomify-css
everything is ok now.
The code looks good but I don't quite understand the scenario. How would you end up with custom plugins that don't pass that conditional?