nathansmith/unsemantic

Request: Submit to CDNJS

Opened this issue · 6 comments

Would love to have this available on CDNJS... Then I can use it even faster, and include in JSFiddles and all kinds of other joys...

https://github.com/cdnjs/cdnjs

"We will host any version of any library, subject to popularity and licence permissions.

Libraries must have notable popularity: 100 stars or watchers on GitHub is a good example, but as long as reasonable popularity can be demonstrated the library will be added."

Being that Unsemantic is mostly CSS, is that something they would host?

Would you not want to be compiling down that CSS into a single stylesheet?

(Note: Not arguing, just trying to understand the use case.)

Just take a look here, http://cdnjs.com/ the first two are 1140 and 960gs...

I often include one of your compiled files (from http://unsemantic.com/css-documentation) in my projects:

unsemantic-grid-responsive.css
unsemantic-grid-responsive-tablet.css 
unsemantic-grid-responsive-no-ie7.css
unsemantic-grid-responsive-tablet-no-ie7.css

Why not make it available that way? I can easily override the .grid-container when 1200px doesnt work for me...

then it can easily be included in projects and fiddles, etc...

Ah, gotcha.

So, to submit to CDNJS, I just need to clone their repo and submit a pull request?

I'm not sure , never done it. :) If you need help, I can try to work it out...

I had some extra time today so I took care of it here:
cdnjs/cdnjs#3147

Hopefully that will do the trick.

Thanks for doing this.

I've just been heads-down at work, and hadn't made the time to do anything related to CDNJS.