In the latest Jekyll (4.0.0) I get a “.map” file generated alongside all my CSS files that are compiled from SASS. How can I turn this off?
After a long time I worked it out:
In _config.yml:
sass:
sourcemap: never
In the latest Jekyll (4.0.0) I get a “.map” file generated alongside all my CSS files that are compiled from SASS. How can I turn this off?
After a long time I worked it out:
In _config.yml:
sass:
sourcemap: never