mootools / website

MooTools Website - move fast and break things
https://mootools.net
45 stars 31 forks source link

Download URLs are not working anymore #199

Closed olvlvl closed 8 years ago

olvlvl commented 9 years ago

Hi,

It looks like download URLs are not working anymore:

http://mootools.net/download/get/mootools-core-1.5.1-full-nocompat.js

We actually need to POST parameters in order to obtain a file. This is very unfortunate. Any chance you might fix this and provide resources that we can access with GET?

Thanks.

SergioCrisostomo commented 9 years ago

@olvlvl I was not aware of this functionality. I thought Google's CDN was used for this. http://ajax.googleapis.com/ajax/libs/mootools/1.5.1/mootools-nocompat.js

Anyway we got back the hash url function, I supose we can put this back if it worked before and was used.

SergioCrisostomo commented 9 years ago

Ok, so we had this in the old site:
image

We have also this available on Git in the dist folder: https://github.com/mootools/mootools-core/tree/1.5.1/dist

What do others say about this?

SergioCrisostomo commented 8 years ago

Explanation: https://github.com/mootools/website/pull/205#issuecomment-140366629