wingrunr21 / flat-ui-sass

Designmodo's Flat-UI ported to SASS with support for Flat-UI Pro
MIT License
156 stars 44 forks source link

gem install flat-ui-sass: could not find a valid gem #22

Closed fiznool closed 10 years ago

fiznool commented 10 years ago

When running gem install flat-ui-sass I get:

ERROR:  Could not find a valid gem 'flat-ui-sass' (>= 0) in any repository
wingrunr21 commented 10 years ago

yes because it isn't published on rubygems

fiznool commented 10 years ago

OK, well I was just following the instructions here: https://github.com/wingrunr21/flat-ui-sass#vanilla-sass-no-compass-or-rails

neagle commented 10 years ago

Those instructions confused me, too. But I was able to find instructions on how to install the gem after cloning the project from Github, and it worked fine.

$ git clone https://github.com/wingrunr21/flat-ui-sass.git && cd flat-ui-sass
$ gem build flat-ui-sass.gemspec
$ [sudo] gem install flat-ui-sass-2.1.3.gem
wingrunr21 commented 10 years ago

You guys should really be using Bundler as opposed to installing the gem itself. I'll aim to get my remaining tasks done this week and push the first version up to rubygems.

neagle commented 10 years ago

Is there an advantage to using the Bundler when I just need a one-time use of the fui_convert command? In my case, I'm just stripping apart the converted assets and putting them in the appropriate place in my Gulp-powered build. (Which, I might note, is working great, though I had to do a bit of extra work to incorporate Bourbon to get some of the needed color functions.)