-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
Globs don't work from the configuration file #80
Comments
I think the problem might be that the directory |
Where did you see
|
That was a typo I meant I cant really tell what the issue is without more information, could you maybe share your repo where that problem occurred? |
It does start with a The problem is that the CSS array of globs is resolved when it goes through Cheers, |
Oh, I see now. This is a major bug.. and no one noticed this before, probably because the tests don't use the array syntax for css.. Thanks for reporting this, Ill fix it as soon as I get home today. |
Working on a PR :) |
@jsnanigans done! |
Actual
Results in
Error: ENOENT: no such file or directory, open '.vuepress/dist/assets/css/*.css'
Before you open an issue, please check if a similar issue already exists or has been closed before.
Expected
Not throw error at https://github.com/FullHuman/purgecss/blob/master/src/index.js#L116
Version: 0.21.0
The glob is resolved using the CLI magically somehow.
The text was updated successfully, but these errors were encountered: