nathansmith / unsemantic

Fluid grid for mobile, tablet, and desktop.
http://unsemantic.com
MIT License
1.38k stars 161 forks source link

Request: Submit to CDNJS #55

Open ethanpil opened 10 years ago

ethanpil commented 10 years ago

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."

nathansmith commented 10 years ago

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.)

ethanpil commented 10 years ago

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...

nathansmith commented 10 years ago

Ah, gotcha.

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

ethanpil commented 10 years ago

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

ethanpil commented 10 years ago

I had some extra time today so I took care of it here: https://github.com/cdnjs/cdnjs/pull/3147

Hopefully that will do the trick.

nathansmith commented 10 years ago

Thanks for doing this.

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