omit source map url in compiled css

pull/20/head
Harvey Tindall 4 years ago
parent 35a0be6a2c
commit 456ca8592c
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -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…
Cancel
Save