skeeks-semenov / yii2-assets-auto-compress

Automatic compilation of js + css + html
https://skeeks.com/
BSD 3-Clause "New" or "Revised" License
157 stars 43 forks source link

Blueimp Fileupload not loading on compression #38

Open robov opened 7 years ago

robov commented 7 years ago

When I activate your autocompress then my fileupload is no longer working. EVEN when I set all the settings to FALSE.. I still get the following error Any suggestions

VM936:1 Uncaught TypeError: jQuery(...).fileupload is not a function
    at eval (eval at globalEval (jquery-2.2.4.min.js:2), <anonymous>:1:54)
    at eval (<anonymous>)
    at Function.globalEval (jquery-2.2.4.min.js:2)
    at ua (
skeeks-semenov commented 7 years ago

Can you give a link to your project? Is it available on the Internet?

robov commented 7 years ago

unfortunately it is not yet available for the public, when you send me a message I can give you access

skeeks-semenov commented 7 years ago

This component requires the publicity of your project. Because the download of files for compilation is via http protocol. Perhaps this is why you have mistakes.

robov commented 7 years ago

No that is not hte problem... the system works fine... except when I turn on compression..then it fails