Project

olay-rails

0.0
No commit activity in last 3 years
No release in over 3 years
Places Olay 0.2.1 in the Rails asset pipeline.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.1
 Project Readme

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';