AFAIU, using spaces in a URL is incorrect and is why it's unexpected for the YUI compressor. We probably need to escape the spaces in here.
Charpentier Lucas on 22/May/25 16:34
AFAIU, using spaces in a URL is incorrect and is why it's unexpected for the YUI compressor. We probably need to escapeWhen escaping all the spaces in here with a `%20`, things work properly even with minification.
Charpentier Lucas on 22/May/25 16:35
AFAIU, using spaces in a URL is incorrect and is why it that's unexpected for why the YUI compressor acts weirdly. When escaping all the spaces with a `%20`, things work properly even with minification.
Charpentier Lucas on 22/May/25 16:36
AFAIU, using spaces in a URL is incorrect and that's why the YUI compressor acts weirdly. When escaping all the spaces with a `%20`, things work properly even with minification.
Here is a topic that helped me in finding this out: https://stackoverflow.com/questions/13949588/yui-compressor-is-removing-spaces-from-filter-values
Charpentier Lucas on 22/May/25 16:37
AFAIU, using spaces in a URL is incorrect and that's why the YUI compressor acts weirdly. When escaping all the spaces with a `%20`, things work properly even with minification.