min icon indicating copy to clipboard operation
min copied to clipboard

CDN link on http://mincss.com/download.html links to Min database, not Min CSS

Open thaeli opened this issue 6 years ago • 10 comments

Looks like the NPM package name has been transferred to a different project. The CDN link now goes to a page for MinDB which is completely different.

thaeli avatar Jul 13 '18 21:07 thaeli

Is there a new link available to the correct location of the files over CDN?

Hessel91 avatar Aug 12 '18 14:08 Hessel91

I'm trying to find a suitable NPM package name right now, as min, mincss, and min-css are all taken. In hindsight, I should've registered on npm back when I created the project several years ago, but unfortunately I didn't.

If anyone has a good name that would work and isn't taken, please suggest it!

owenversteeg avatar Sep 10 '18 20:09 owenversteeg

npm has a no-squatting policy so you might be able to follow that process to get min-css which is rarely downloaded, has a dead repository, and was last published four years ago.

j-f1 avatar Sep 10 '18 20:09 j-f1

this is tangential but why not use https://cdnjs.cloudflare.com/ajax/libs/min/1.5.0/entireframework.min.css for your css cdn instead of jsdelivr (?)

yosun avatar Jan 05 '20 03:01 yosun

name ideas:

  • minov.css (o. v.)
  • golfmin.css
  • mintiny.css
  • mincache.css
  • absmin.css
  • themin.css
  • minminmin.css or min.min.min.css

yosun avatar Jan 05 '20 04:01 yosun

So NPM has a policy to hand over unused repos, but unfortunately they haven't been responding at all over the last year. I've got another solution and am setting that up now!

owenversteeg avatar Jan 01 '21 04:01 owenversteeg

Any updates on this issue? A CDN link would be really handy.

cybardev avatar Feb 04 '22 21:02 cybardev

Thanks @cybardev for reminding me - yep, I've got a solution coming up in the next week or so :)

owenversteeg avatar Feb 11 '22 18:02 owenversteeg

@

Thanks @cybardev for reminding me - yep, I've got a solution coming up in the next week or so :)

Any update on this?

Iliannnn avatar Oct 02 '22 16:10 Iliannnn

I have found that these should work:

  • v1.5.0: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/min/1.5.0/entireframework.min.css">
  • v2.0: <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/min/2.0/entireframework.min.css">

I'm not sure they are in the correct dirs (ajax/libs), but they seem to be loaded ok. It's safer to load them from your server (as these are not the largest frameworks on the web :-) ).

firyx avatar Oct 27 '23 11:10 firyx