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

Source maps generation complaints #94

Closed
GeyseR opened this issue Oct 14, 2015 · 2 comments
Closed

Source maps generation complaints #94

GeyseR opened this issue Oct 14, 2015 · 2 comments

Comments

@GeyseR
Copy link

GeyseR commented Oct 14, 2015

libsass produce local path in source comments, like /Users/username/path/to/project/file.scss, that I don't actually need in my production compressed files. But, on the other hand, i want to generate source map files. Currently I can't see how to solve this

@pradyunsg
Copy link

+1

Currently, the functions to build directories do not have any way to specify the generation of .map files, whereas those for the filenames do.

There's nothing to handle source maps in dirname section of compile (compile_directory) or in sassutils.builder. It can't be done without some code (duplication) on the user's end.

@asottile
Copy link
Member

asottile commented Mar 8, 2016

Via #130

@asottile asottile closed this as completed Mar 8, 2016
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

3 participants