visionmedia / page.js

Micro client-side router inspired by the Express router
http://visionmedia.github.com/page.js
7.67k stars 687 forks source link

Minified JS Not Available #471

Closed aluferraz closed 5 years ago

aluferraz commented 6 years ago

Hi !

I'm trying to download the minified version from the CDN, but it returns a 404..

Is it available anywhere else?

paulocoghi commented 6 years ago

@aluferraz , sorry for the inconvenience. It's currently unavailable.

@matthewp , I am a little busy today but, if you want, I can configure Rollup to automatically generate the minified version, too.

matthewp commented 6 years ago

Did we ever have a minified version? I thought that we just relied on cdnjs which makes those automatically. https://cdnjs.cloudflare.com/ajax/libs/page.js/1.8.4/page.min.js

paulocoghi commented 6 years ago

Strangely the minified version was not available when I tried to access it. Perhaps CDN JS had not yet completed the process. :) xD

In this case, there is no need to do anything on our side.

rkyoku commented 6 years ago

@aluferraz see issue #468 , the team seems to be working on the generation of a minified file inside the repo, which will allow us to download it seemlessly from any CDN out there :1st_place_medal: :+1: Kudos to them!

matthewp commented 5 years ago

So I guess just a temporary glitch? https://cdnjs.cloudflare.com/ajax/libs/page.js/1.10.0/page.min.js working now. Closing...