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

Conversion fails for single file rules #4

Open
cdlm opened this issue Jun 11, 2013 · 1 comment
Open

Conversion fails for single file rules #4

cdlm opened this issue Jun 11, 2013 · 1 comment

Comments

@cdlm
Copy link

cdlm commented Jun 11, 2013

If you omit the source_dir or output_dir part in the regexp or in the result string, a directory with the name of the output file gets created. Guard then fails with a message like so:

14:40:20 - INFO - README.md >> README.html via template.erb
14:40:20 - ERROR - Guard::Markdown failed to achieve its <start>, exception was:
> [#34467539F48B] Errno::EISDIR: Is a directory - README.html
> [#34467539F48B] /Users/damien/.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/guard-markdown-0.2.0/lib/guard/markdown.rb:53:in `initialize'
@skuester
Copy link

I have also experienced this problem:

11:08:44 - INFO - Guard::Markdown has started watching your files
11:08:44 - INFO - README.md >> README.html
11:08:45 - ERROR - Guard::Markdown failed to achieve its <start>, exception was:
> [#C4C3A7370EC9] Errno::EISDIR: Is a directory - README.html
> [#C4C3A7370EC9] /Users/skuester/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/guard-markdown-0.2.0/lib/guard/markdown.rb:53:in `initialize'

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

No branches or pull requests

2 participants