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

Compilation errors are not shown in console when sourceMap is set to true #117

Closed
wujekbogdan opened this issue Sep 3, 2014 · 5 comments

Comments

@wujekbogdan
Copy link

When I set sourceMap to true and run grunt build then in case of compilation error nothing is shown in the console except:

Running "sass:dist" (sass) task

and that's it. No errors at all.

"node-sass": "~0.7.0",
"grunt-sass": "^0.14.0"
"grunt": "~0.4.1",

@jjanssen
Copy link

jjanssen commented Sep 5, 2014

I can confirm this issue, I am using the following on OSX 10.9.4:

"grunt": "~0.4.1",
"grunt-sass": "~0.14.1",
"node-sass": "~0.9.3"

@sindresorhus
Copy link
Owner

node-sass issue. Waiting on a new release.

@gijsroge
Copy link

node-sass just got updated -> sass/node-sass#337 (comment)

@KittyGiraudel
Copy link

Has this ever been fixed?

@kevva
Copy link
Contributor

kevva commented Jun 3, 2015

@hugogiraudel, yes since 1.0.0, when we bumped node-sass.

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

6 participants