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
This change more than doubled the "minified" CSS size.
IMHO this should be stripped by default, if someone requires it for development purposes, they can disable minification (e.g. remove --minify from Hugo args)
Please disable this again and/or implement a switch to toggle this behaviour. 🙏
Hi, newcomer to minify and CSS in general.
I'm playing with hugo and when using minify I get
/*# sourceMappingURL=main.css.map */
removed from the last line.I'm not sure if minify should treat this line as a especial case and keep it.
Thanks for this great project!
Resources:
https://firefox-source-docs.mozilla.org/devtools-user/debugger/how_to/use_a_source_map/index.html
https://developer.chrome.com/blog/sourcemappingurl-and-sourceurl-syntax-changed
https://sourcemaps.info/spec.html
The text was updated successfully, but these errors were encountered: