You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: