Sha256: 4e06d5f0ee576ce92b28b888fe02d6f0a371e28ac44fedb18571a53e183dc255

Contents?: true

Size: 861 Bytes

Versions: 1

Compression:

Stored size: 861 Bytes

Contents

# MiddlemanGumby

A simple gem to use the Gumby framework in Middleman apps.

## 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
    
### To use the sass mixins

Create or rename a .sass file, and add the following line to the top:

    @import "gumby"
    
### To include Gumby's javascript framework

Add the following line to your javascript file:

    //= require gumby/production

## Contributing

1. Fork it
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 new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-gumby-0.0.1 README.md