suitcss / base

CSS base styles for web apps (a thin layer on top of normalize.css)
http://suitcss.github.io/base/test/
MIT License
194 stars 24 forks source link

Can't be installed with component #4

Closed kevva closed 11 years ago

kevva commented 11 years ago
$ component install suitcss/base

    install : suitcss/base@master
    error : failed to fetch https://raw.github.com/suitcss/base/master/component.json, got 404 "Not Found"

Running component search base gives 0 results. Can't see anything wrong with the component.json though. The same thing happens suitcss/arrange.

necolas commented 11 years ago

I don't know why it wouldn't be working. Maybe @visionmedia will know.

necolas commented 11 years ago

It's because the default / only branch is gh-pages (https://raw.github.com/suitcss/base/gh-pages/component.json) and Component is looking for master.

kevva commented 11 years ago

@necolas, yep, that's it.