AnderssonPeter/CompressedStaticFiles

Anyway to disable image lookup?

aloksharma1 opened this issue · 2 comments

Hello,

i have my own custom implementation for image resizing/compression that compress(or resize or change formats) images on fly and save them for future use, for other static files i found your solution very useful, so if possible can you add a parameter to configuration to disable certain lookups (in my case images).

regards

Hi try setting EnableImageSubstitution to false, this should disable the image functionality.

Guessing that it solved your problem? If not respond and i will reopen.