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

Butler fails silently on YAML syntax errors #51

Open
froboy opened this issue Aug 11, 2016 · 0 comments
Open

Butler fails silently on YAML syntax errors #51

froboy opened this issue Aug 11, 2016 · 0 comments
Assignees

Comments

@froboy
Copy link
Contributor

froboy commented Aug 11, 2016

When Butler attempts to compile faulty YAML files it fails silently. It should notify the user of the error, preferably what line of which file is failing.

I've tried implementing this with something like https://github.com/dtothefp/gulp-yaml-validate, but I wasn't able to integrate it into Butler's Gulpfile.js.

Optimally, I see this running before or after the CSS linter, scanning styleguide/source/styleguide/*.html for YAML parsing errors, and then outputting the errors to the terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants