-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: add an option to exclude files #16
Conversation
Exclude specified files, supports string, RegExp and function.
Theoretically, if the callbacks of content is available, adding banners in front of all the files can be considered, rather than just matching js and css file.(users can process themselves)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great addition to a new feature! I'm looking forward to it being merged, but before that I have a few small suggestions, please check out the comments.
It was an oversight on my part, I didn't take into account the reuse of functions. I remove |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx!
Exclude specified files, supports string, RegExp and function.