Skip to content

Commit

Permalink
example gem file without js runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
toadkicker committed Oct 31, 2012
1 parent 334775a commit 29405f9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -20,10 +20,22 @@ in this episode continues on the Twitter Bootstrap project showing how to displa


## Installing Gem
The gem includes the source LESS and JS files. You'll need to choose a javascript runtime.
ExecJS supports these runtimes:

* [therubyracer](https://github.com/cowboyd/therubyracer) - Google V8
embedded within Ruby
* [therubyrhino](https://github.com/cowboyd/therubyrhino) - Mozilla
Rhino embedded within JRuby
* [Node.js](http://nodejs.org/)
* Apple JavaScriptCore - Included with Mac OS X
* [Microsoft Windows Script Host](http://msdn.microsoft.com/en-us/library/9bbdkx3k.aspx) (JScript)

Include the [Twitter Bootstrap Rails gem](http://rubygems.org/gems/twitter-bootstrap-rails) in Gemfile to install it from [RubyGems.org](http://rubygems.org);

```ruby
gem "therubyracer"
gem "less" #Sprockets (what Rails 3.1 uses for its asset pipeline) supports LESS
gem "twitter-bootstrap-rails"
```

Expand Down

0 comments on commit 29405f9

Please sign in to comment.