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

Make hyde gen -c <non-existent file> fail fast #249

Open
matthewlmcclure opened this issue Dec 11, 2013 · 2 comments
Open

Make hyde gen -c <non-existent file> fail fast #249

matthewlmcclure opened this issue Dec 11, 2013 · 2 comments
Labels
Needs More Info Anything that needs a dev answer, or just doesn't have enough info from the OP
Projects

Comments

@matthewlmcclure
Copy link

I mistakenly invoked hyde with:

hyde gen -c production

instead of:

hyde gen -c production.yaml

Hyde happily tried to generate my site with a non-existent configuration. That failed with:

 09:02:26 hyde Error processing media/js/libs/modernizr-1.7.min.js: 
Missing end of comment tag

What do you think of making hyde gen fail fast if the argument to the -c option is a non-existent file?

@navilan
Copy link
Member

navilan commented Dec 11, 2013

Agreed. Will fix in the next release.

@Descent098 Descent098 added the Needs More Info Anything that needs a dev answer, or just doesn't have enough info from the OP label Mar 19, 2020
@Descent098
Copy link
Member

Will validate this when working on next release and once it's reconfirmed I will fix in version 0.9.0

@Descent098 Descent098 added this to TODO in V0.9.0 Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs More Info Anything that needs a dev answer, or just doesn't have enough info from the OP
Projects
V0.9.0
  
TODO
Development

No branches or pull requests

3 participants