tbela99/gzip

"Ignore Javacript Files" prevent the given scripts from loading

Closed this issue · 3 comments

It seems that the "Ignore Javacript Files" and "Remove Javacript Files" do the same and prevent the given scripts from loading.

Before:
before

Settings:
settings

After:
after

I cannot reproduce that issue

image

image

Feel free to reopen this issue if I missed something

I added those two lines inside "Ignore Javascript Files" on my test instance you can play around with:

/media/jdbuilder/js/jdb.min.js
jdb.min.js

The first line has no affect at all, the second line produces the Bug described in the OP an removes the Script completely.

Fixed.

Thank you