Skip to content

CampusLabs/olay-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Olay for Rails

Places Olay into the Rails asset pipeline.

Versioning

This project uses Semantic Versioning and will account for the underlying Olay JavaScript library versioning.

Installation

Add this line to your application's Gemfile:

gem 'olay-rails', '~> 0.1'

And then execute:

$ bundle

Usage

In your application.js:

//= require olay

In your application.scss:

@import 'olay';