Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Sourcemap : false create a sourcemap #1

Closed
Sliverside opened this issue Jun 6, 2017 · 8 comments
Closed

Sourcemap : false create a sourcemap #1

Sliverside opened this issue Jun 6, 2017 · 8 comments

Comments

@Sliverside
Copy link

hi,
I fixed that by editing pyton file line 244-245 from that :
if settings["sourcemap"]: rules.append("--sourcemap")
to that :
if not settings["sourcemap"]: rules.append("--sourcemap=none")
sorry for my english...

@willrowe
Copy link
Owner

willrowe commented Jun 7, 2017

Are you saying that it is generating a sourcemap when the setting is False?

@Sliverside
Copy link
Author

Yes

@willrowe
Copy link
Owner

willrowe commented Jun 7, 2017

Ok, thanks for reporting this
Could you provide version numbers if possible?
Version numbers for the following would be great:

  • OS (where Sublime Text is installed)
  • Sublime Text
  • sass (command line tool)

@Sliverside Sliverside changed the title Sourcemap : false did not work Sourcemap : false create a sourcemap Jun 7, 2017
@Sliverside
Copy link
Author

  • Windows 10 : version 1703, system version 15063.296
  • Sublime text 3 : build 3126
  • sass : 3.4.23

@willrowe
Copy link
Owner

willrowe commented Jun 7, 2017

Thanks so much, I'll take a look when I have a chance.

@Sliverside
Copy link
Author

Ok thank you !

@willrowe
Copy link
Owner

Thank you so much for reporting this and including the code sample, it fixed the issue.
v0.2.1 has just been tagged with the fix.

@Sliverside
Copy link
Author

I am happy to have helped you !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants