MiddlemanGumby
A simple gem to use the Gumby framework in Middleman apps. http://gumbyframework.com/
Installation
Add this line to your application's Gemfile:
gem 'middleman-gumby'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install middleman-gumby
Usage
Add the following line to config.rb in your Middleman project:
activate :gumby
Sass mixins and css framework
Add the following to your .scss/.sass file:
@import "gumby"
Javascript framework
Add the following line to your javascript file:
//= require gumby/production
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request