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
If no :pattern option is passed, the default shouldn't be empty. It should match the Guardfile template.
:pattern
Guardfile
Example of why this matters: http://stackoverflow.com/questions/34806877/how-do-i-get-guard-to-automatically-compile-my-coffeescript-file-says-it-is-but
Implementation: see https://github.com/guard/guard-coffeescript/blob/5a307f7/lib/guard/coffeescript.rb#L42
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If no
:pattern
option is passed, the default shouldn't be empty. It should match theGuardfile
template.Example of why this matters: http://stackoverflow.com/questions/34806877/how-do-i-get-guard-to-automatically-compile-my-coffeescript-file-says-it-is-but
Implementation: see https://github.com/guard/guard-coffeescript/blob/5a307f7/lib/guard/coffeescript.rb#L42
The text was updated successfully, but these errors were encountered: