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

gulp-sass causes gulp to exit silently on empty .scss file #118

Closed
rogierschouten opened this issue Nov 4, 2014 · 7 comments
Closed

gulp-sass causes gulp to exit silently on empty .scss file #118

rogierschouten opened this issue Nov 4, 2014 · 7 comments
Milestone

Comments

@rogierschouten
Copy link

I had an empty scss file somewhere in my project, and this caused gulp to exit without telling me anything, gulp-plumber / log-to-console / on("error") etc notwithstanding. It might be nice to give a good error in this case, especially since the gulp task for sass is reported to have "Finished" so it took me a long time before I started looking at sass.

@kmsheng
Copy link

kmsheng commented Nov 6, 2014

  • 1

@bgoscinski
Copy link

+1

@dlmanning
Copy link
Owner

I'm planning on making this better with gulp 4.0 support

@jstoja
Copy link

jstoja commented Dec 21, 2014

This is what I got with gulp 3.8.10 and gulp-sass 1.2.4:

gulp(66429,0x7fff744d2300) malloc: *** error for object 0x103ae5e44: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug

:(

@jmm
Copy link

jmm commented Dec 31, 2014

With Ubuntu 12 / gulp 3.8 / gulp-sass 1.2.4 I get:

Segmentation fault (core dumped)

@Snugug
Copy link
Collaborator

Snugug commented Mar 31, 2015

This has been resolved in 2.x. Please try it and report back. If we don't hear back, we'll assume it's been resolved and close this issue.

npm install dlmanning/gulp-sass#2.x

@Snugug Snugug added this to the 2.0.0 milestone Mar 31, 2015
@jstoja
Copy link

jstoja commented Mar 31, 2015

I don't have the problem anymore with 1.3.3 :)

@Snugug Snugug closed this as completed Mar 31, 2015
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

7 participants