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

fixed: will only try and parse css if it exists #53

Merged
merged 1 commit into from
May 29, 2014

Conversation

supercrabtree
Copy link
Contributor

Fixes the Type Error when there is no css to compile. Allow you to use a simple gulp task to support live reloading and not have to restart the process.

gulp.task('stylus', function () {
  return gulp.src('src/style.styl')
    .pipe(stylus())
    .on('error', function () {this.emit('end')})
    .pipe(gulp.dest('.'));
});

Closes #51
Fixes #46, #50

@stephenlacy
Copy link
Owner

👍

stephenlacy pushed a commit that referenced this pull request May 29, 2014
fixed: will only try and parse css if it exists
@stephenlacy stephenlacy merged commit 01d0253 into stephenlacy:master May 29, 2014
@stephenlacy stephenlacy mentioned this pull request May 29, 2014
@stephenlacy
Copy link
Owner

Published to 1.0.2

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.

Error messages
2 participants