spigotx / Moodlite

Moodlite
GNU General Public License v3.0
109 stars 17 forks source link

Avoid online dependencies #7

Open kino90 opened 5 years ago

kino90 commented 5 years ago

Hi!

I'm having issues with my wifi at home and the moodlite panel isn't working because it is failing trying to fetch jQuery and jQuery mobile from the net..

I suggest to load it locally in the next release to avoid this problem

spigotx commented 5 years ago

Hi. ESP8266 is slow on local content so for now we are staying with remote files. You can always change it if you like.

kino90 commented 5 years ago

I did it on mine and it's good!

It would be cool, though, to split the functional css/js from the presentational, and only bundle the first one.. so it can be fast loading but also work without relying on an internet connection!