mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-04 17:30:11 +00:00
omit source map url in compiled css
This commit is contained in:
parent
35a0be6a2c
commit
456ca8592c
@ -46,7 +46,7 @@ for bsv in [d for d in local_path.iterdir() if "bs" in d.name]:
|
||||
with open(css[i], "w") as f:
|
||||
f.write(
|
||||
sass.compile(
|
||||
filename=str(scss[i].resolve()), output_style="expanded", precision=6
|
||||
filename=str(scss[i].resolve()), output_style="expanded", precision=6, omit_source_map_url=True
|
||||
)
|
||||
)
|
||||
if css[i].exists():
|
||||
|
Loading…
Reference in New Issue
Block a user