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

Task freezing on NodeJS v6.1 #43

Open
valeriansaliou opened this issue May 15, 2016 · 0 comments
Open

Task freezing on NodeJS v6.1 #43

valeriansaliou opened this issue May 15, 2016 · 0 comments

Comments

@valeriansaliou
Copy link

Hey,

First of all, thanks for the great work on gulp-sass-lint!

We just upgraded from Node v5 to Node v6, and noticed gulp-sass-lint doesn't work anymore. Our Gulp lint task freezes at 100% CPU. By successive removal of some sub-tasks, we managed to identify gulp-sass-lint as the freezing sub-task.

Tried on both a Debian i386 machine running Node v6.1 and a MacOS X 64 bits machine running Node v6.1.

Configuration used:

/*
  Lints SASS stylesheets
*/
gulp.task("lint_sass_stylesheets", function() {
  return gulp.src(
    "./stylesheets/**/*.sass"
  )
    .pipe(
      gulp_sass_lint()
    )
    .pipe(
      gulp_sass_lint.format()
    );
});

We tried removing the gulp_sass_lint.format() part, which didn't change anything. The problem may come from gulp_sass_lint().

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

1 participant