igorkasyanchuk / smart_and_fast_assets

Home Page:https://www.railsjazz.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmartAndFastAssets

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'smart_and_fast_assets'

And then execute:

$ bundle

Or install it yourself as:

$ gem install smart_and_fast_assets

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.

Installation webp support on Linux

wget http://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.3.tar.gz

tar -xzvf libwebp-0.4.3.tar.gz

cd libwebp-1.0.3 && ./configure --prefix=$HOME/libwebp && make && make install && cd ..

apt-get install webp and libwebp-dev

More

About

https://www.railsjazz.com/

License:MIT License


Languages

Language:Ruby 80.4%Language:HTML 14.2%Language:CSS 3.8%Language:JavaScript 1.6%