Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Recursively replace other parts of already processed names#26

Open
dv wants to merge 1 commit intoRebelmail:masterfrom
dv:recursive-replace
Open

Recursively replace other parts of already processed names#26
dv wants to merge 1 commit intoRebelmail:masterfrom
dv:recursive-replace

Conversation

@dv
Copy link

@dv dv commented Apr 22, 2017

Before this PR I'd often have CSS class-names that are only partially minimized, like so:

<style>
.wk { ... }
.wk-float-center { ... }
</style>

This still created a lot of possible compression. After this patch, the remaining part of an already-partially-replaced name will also be minimized:

<style>
.wk { ... }
.wkxz { ... }
</style>

I haven't tested this much at all, and it might break some other things, but for me it's useful in its current form. Maybe it's useful for somebody else as well.

@mir3z
Copy link

mir3z commented Feb 26, 2019

Is someone gonna accept this PR? It's been hanging here for almost 2 years...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants