-
Notifications
You must be signed in to change notification settings - Fork 381
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
Output filename with error #40
Comments
Use |
I am having the same issue this is my gulp task
How could I fix this? |
@juanpasolano You can use just
Plumber is not necessary. |
Thanks... I removed plumber but the error persists. I must say I am using node-bourbon and node-neat. Maybe that is the problem??
Also I dont know if I should open other issue for this... since the creator of the issue is using scss and i am using sass syntax. |
Getting a similar error. No clue what's wrong. My apologies for the newb question, but can't seem to find any documentation to help debug.
Gulpfile.js is as follows:
|
Apologies. Figured out I was using the wrong syntax and file naming convention. File name should have been |
I too ran into this error. The issue seems to only effect the top-level source files you're passing directly to sass. When error happens in a file that's pulled in by So it's not much of a problem when you have just one |
+1 I'm having the same issue. This makes debugging extremely painful on top-level files. |
I got this error from a syntax mistake. It had a line number at the end. |
👍, |
Same error here. It's the extension name that caused the problem. So if you want to compile sass files, you can use this one: |
I received this error.
Seems to related to gulp-sass choking on this: @charset "UTF-8"; Once I commented it out all was well. |
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.
|
As it's been a month, I'm closing this. |
The same problem under windows 8.1 x64
gulp-sass: 2.0.0-alpha.1 main.scss
|
When I run gulp-sass, it does not include the file name of the file that failed compilation:
How can I tell which file that error occurred in?
Here is my gulp task:
The text was updated successfully, but these errors were encountered: