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

more flexible :bare option #3

Merged
merged 1 commit into from
Jul 25, 2011
Merged

more flexible :bare option #3

merged 1 commit into from
Jul 25, 2011

Conversation

jraines
Copy link

@jraines jraines commented Jul 24, 2011

If the user wants to compile some files in a directory with :bare => true but not others, they can pass an array of filenames (as strings) to :bare instead of true. Each of these will be compiled with :bare => true. User does not have to list the whole or relative path, but does have to type the whole filename including extension

…true but not others, they can pass an array of filenames (as strings) to :bare instead of true. Each of these will be compiled with :bare => true. User does not have to list the whole or relative path, but does have to type the whole filename including extension
netzpirat added a commit that referenced this pull request Jul 25, 2011
---

If the user wants to compile some files in a directory with :bare => true but not others, they can pass an array of filenames (as strings) to :bare instead of true.  Each of these will be compiled with :bare => true. User does not have to list the whole or relative path, but does have to type the whole filename including extension
@netzpirat netzpirat merged commit 5487bac into guard:master Jul 25, 2011
@netzpirat
Copy link

Thank you for the pull request - this is a nice addition to guard-coffeescript!

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.

2 participants