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

Error messages #51

Closed
juliankrispel opened this issue May 27, 2014 · 1 comment · Fixed by #53
Closed

Error messages #51

juliankrispel opened this issue May 27, 2014 · 1 comment · Fixed by #53

Comments

@juliankrispel
Copy link

I'm getting really unhelpful errors from gulp-stylus, although I've tried a couple of different approaches, none of them seem to work. When I make a mistake in my stylus file, the gulp process stops and throws an exception that looks like this:

image

this is a part of my gulpfile:

gulp.src('./style/*.styl')
    .pipe(stylus({errors: true}))
    .pipe(rename({basename: 'style', extname: '.css'}))
    .pipe(gulp.dest('./'));
@stephenlacy
Copy link
Owner

What type of errors produce that result, syntax or file?

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 a pull request may close this issue.

2 participants