Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] LESS sourcemaps broken in less-plugin-clean-css v1.6.0 #4215

Merged
merged 2 commits into from
Jan 20, 2025

Conversation

return42
Copy link
Member

The less-plugin-clean-css lacks some maintenance: the sourcemaps are broken since v1.6.0 (08/2024) [1]

Closes: #4143

The ``less-plugin-clean-css`` lacks some maintenance: the sourcemaps are broken
since v1.6.0 (08/2024) [1]

- [1] less/less-plugin-clean-css#42

Closes: searxng#4143

Signed-off-by: Markus Heiser <[email protected]>
@Bnyro
Copy link
Member

Bnyro commented Jan 20, 2025

This means that CSS will no longer be minified and thus possibly our CSS files are larger in size?

I don't think that the change in size would really matter, we don't have that much CSS anyways in SearXNG (only some kB), which loads fast enough anyways.

@return42
Copy link
Member Author

This means that CSS will no longer be minified and thus possibly our CSS files are larger in size?

Sadly "yes" .. I hope the issue will be fixed

We can implement some quirks here .. but I think its better to wait for a fix from upstream.

@return42 return42 merged commit 98c66c0 into searxng:master Jan 20, 2025
9 checks passed
@return42 return42 deleted the fix-4143 branch January 20, 2025 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

less (CSS) source maps compiled but not used or shown any longer in the browser dev tools
2 participants