netguru_theme

Dependency Status Gem Version

Bootstrap theme used across Netguru internal apps. Netguru_theme is build on top of Twitter Bootstrap (bootstrap-sass gem) and includes Bourbon.

Installation for Ruby on Rails

Add this line to your application's Gemfile:

gem 'netguru_theme'

And then execute:

$ bundle

Then import stylesheets:

@import 'netguru-theme';

and import javascripts:

//= require netguru_theme

Install manually

Install gem:

$ gem install netguru_theme

Then run

netguru_theme install

Tip: you can choose output style by passing --style option:

netguru_theme install --style nested

Allowed values are: compressed (default), nested, expanded or compact.

Known issues: manuall install script does not include js, fonts and images - you'll need add them manually.

Contributing

  1. Fork it ( https://github.com/netguru/netguru_theme/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request