mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 17:10:10 +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:
|
with open(css[i], "w") as f:
|
||||||
f.write(
|
f.write(
|
||||||
sass.compile(
|
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():
|
if css[i].exists():
|
||||||
|
Loading…
Reference in New Issue
Block a user