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
test
Files pulled in from require_tree and require_directory should ignore any file that does not pass the configuration options for the loader.
require_tree
require_directory
e.g.
test: /assets\/.*(\.js|\.coffee|\.jst)$/
This should automatically ignore all .md, .erb, and .DS_Store files!
.md
.erb
.DS_Store
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Files pulled in from
require_tree
andrequire_directory
should ignore any file that does not pass the configuration options for the loader.e.g.
This should automatically ignore all
.md
,.erb
, and.DS_Store
files!The text was updated successfully, but these errors were encountered: