Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 613 Bytes

File metadata and controls

38 lines (19 loc) · 613 Bytes

clippy-rails

This is a gem that contains the vendor assets for clippy.

Support

Should support rails 3.0 and higher.

Usage

Installing the Gem

Require clippy-rails in your Gemfile.

require 'clippy-rails'

Install the gem via bundle command.

Using it in your application

Add to application.css

*= require clippy

And in application.js

//= require clippy

Using clippy

See the docs at http://www.smore.com/clippy-js


Based on the blueprint-rails gem