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

Exclude paths #45

Open
urecio opened this issue Dec 1, 2015 · 1 comment
Open

Exclude paths #45

urecio opened this issue Dec 1, 2015 · 1 comment

Comments

@urecio
Copy link

urecio commented Dec 1, 2015

Is there any way to exclude some paths/files globally on the main config?
On the include part, we can do it by !dont-include/*.scss
But it could be beneficial to do it globally, for example to exclude .spec files, etc...

@scottux
Copy link

scottux commented Oct 19, 2016

I think the issue is a simple trim command, by not using spaces I was able to get exclusion to work.

This fails:

<!-- include: "type": "js", "files": "**/*.js, !*Dev.js" -->

This works:

<!-- include: "type": "js", "files": "**/*.js,!*Dev.js" -->

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

2 participants