Jsdelivr: Problem with dot in repository name

Created on 31 Jan 2019  路  4Comments  路  Source: jsdelivr/jsdelivr

Tried to use jsdelivr with my repo: 'somewhere.gl'
'https://cdn.jsdelivr.net/gh/flopanzer/somewhere.gl@9012d38989d5be397e3b3c80c5627fd9ade8e6f4/'
This throws a package-size exceed 'error'

Worked with another repository of mine, which doesn't contain a dot:
'https://cdn.jsdelivr.net/gh/flopanzer/random@7a6f0f71a75df072d351044fcbbbede5e38c9879/'

question

All 4 comments

The error message is rather clear, is it not?

You may still access individual files but directory listings won't work because your repo is too big.

Thanks for your quick response!
Your absolutely right, I'm sorry! I thought I found something to contribute.
Do you have a hint on how to access an individual file?

Was this page helpful?
0 / 5 - 0 ratings