akiellor / gearup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ABANDONED] GearUp!

If your thinking of using something like this gem. Look at Middleman

GearUp is a simple Gem that will start a thin server running sprockets (rails asset-pipeline).

What does this means for you?

  1. You have "some-directory" with some assets:
$ ls <some-directory>
javascripts/application.js.coffee
stylesheets/application.css.less
  1. Switch to that directory:
$ cd <some-directory>
  1. Gem install 'gearup':
$ gem install gearup
  1. GearUp!
$ gearup
  1. Open "http://localhost:3000/javascripts/application.js" in your favourite browser and note the compilation

NOTES

Played with on JRuby 1.6.7.2, 1.9.2, 1.9.3.

Feedback

Let me know, if your using it and/or if you have any trouble.

About

License:MIT License


Languages

Language:Ruby 89.0%Language:CSS 10.3%Language:CoffeeScript 0.6%