We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Hope you are doing well!
I got below error while integrating the plugin.
[vite-plugin-tailwind-purgecss] EACCES: permission denied, scandir '/home/brat/Works/Node/node-mely-server/storage/mongo/diagnostic.data'
This is my config:
purgeCss({ content: [ './template/web/components/**/*.svelte', `./template/web/zones/${entry}/**/*.svelte`, ], skippedContentGlobs: [ './node_modules/**', './dist/**', './public/**', './src/**', './storage/**', ], }),
I'm working with docker, the "storage" directory's files are generated by root user
I guess the plugin is trying scan all directories, and the "skippedContentGlobs" option doesn't take effect.
I appreciate any suggestion 🙏
The text was updated successfully, but these errors were encountered:
Sorry for the lack of response! The new purging strategy, introduced in #27, should curb this issue altogether.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
Hope you are doing well!
I got below error while integrating the plugin.
[vite-plugin-tailwind-purgecss] EACCES: permission denied, scandir '/home/brat/Works/Node/node-mely-server/storage/mongo/diagnostic.data'
This is my config:
I'm working with docker, the "storage" directory's files are generated by root user
I guess the plugin is trying scan all directories, and the "skippedContentGlobs" option doesn't take effect.
I appreciate any suggestion 🙏
The text was updated successfully, but these errors were encountered: