filearts / plunker

Plnkr.co front-end and backend
MIT License
598 stars 119 forks source link

Files appear to need to be lowercase to be imported in html files #148

Closed seanlandsman closed 6 years ago

seanlandsman commented 6 years ago

Hi,

We here at ag-Grid use plunker for a lot of our examples and I've noticed something I believe to be a recent change.

If we have an example that imports another file, the other file has to be lowercased.

For example (in an html file):

main.js will load, but mockServerSimple.js won't. If I rename mockServerSimple.js to mockserversimple.js it will load just fine.

I've created a plunker that demonstrates this problem: http://plnkr.co/edit/YHuaOIe14Its43CY9PAu?p=info

Is this a recent change? Do referenced files have to be lowercase now?

thanks

seanlandsman commented 6 years ago

Appears to be resolved now