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
- Load Awesome CSS files are licensed under the MIT License.
- The remainder of the load-awesome-rails project is licensed under the MIT License.