Skip to content

An option to skip vendor/gem assets #159

Description

@tadast

Should there be a way to skip vendor and gem assets? In one of my projects a lot of CSS comes from vendor assets and gems (e.g. engines, such as tolk). All of them are processed by autoprefixer by default. Most of the gems and assets usually have their css with prefixes already.

You can also have admin dashboards etc where you control what browsers are used and there's no need to add prefixes to these CSS files

Main motivation: performance. Based on my benchmarks I could shave off ~5s (out of 20s) by being able to omit certain CSS files that don't need auto-prefixing.

What would be your thoughts about this?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions