Skip to content
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

Improve default Guardfile definition #11

Merged
merged 1 commit into from
Nov 5, 2011
Merged

Improve default Guardfile definition #11

merged 1 commit into from
Nov 5, 2011

Conversation

dnagir
Copy link
Member

@dnagir dnagir commented Nov 5, 2011

  • Allow js files to also have .coffee extension only (apart from .js.coffee and .js)
  • Take into account the possible tmp files (Vim, for example creates .my_spec.coffee.swp file) that should be ignored.

This basically adds $ to make sure the file ends with the given extension (so that .swp, .tmp etc will be ignored) and |coffee to allow .coffee extensions.

netzpirat added a commit that referenced this pull request Nov 5, 2011
Improve default Guardfile definition
@netzpirat netzpirat merged commit 47b3e36 into guard:master Nov 5, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants