No commit activity in last 3 years
No release in over 3 years
I like load-awesome. I like the asset pipeline. I like semantic versioning. I really liked font-awesome-rails. Preload your little hearts out.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

>= 3.2
 Project Readme

load-awesome-rails

A gemification of the excellent LoadAwesome library by Daniel Cardoso. Use for all of your rails preloading needs.

Installation

Add this to your Gemfile:

gem 'load-awesome-rails'

and run bundle install.

Usage

In your application.css, include the css file:

/*
 *= require load-awesome
 */

If you are using SCSS include as follows:

@import 'load-awesome';

And Sass:

@import load-awesome;

Then restart your websever if it was already running.

Pick a preloader and check out LoadAwesome Animations.

Versioning

Versioning follows the core releases of LoadAwesome.

Licensing