Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There should be configurable ignore css glob #41

Open
candunaj opened this issue May 31, 2023 · 0 comments
Open

There should be configurable ignore css glob #41

candunaj opened this issue May 31, 2023 · 0 comments

Comments

@candunaj
Copy link
Contributor

candunaj commented May 31, 2023

There is a hardcoded extension to ignore in scoped-css-preprocessor.js.

It should be configurable in a config.

Background

As we wanted to support ember-scoped-css side by side with ember-css-modules we moved all css files to *.module.css. And setup an extension for ember-css-modules to module.css. This extension needs to be ignored otherwise the scoped-css-preprocessor will check if co-located components exist for those files and that can be time-consuming.

@mansona mansona changed the title There should be ignore css extension specified for faster builds There should be configurable ignore css glob May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant