CSC/ECE 517 Fall 2014/ch1a 22 sp

From Expertiza_Wiki
Revision as of 23:12, 16 September 2014 by Sjames3 (talk | contribs) (Created page with "Sprockets gem provides Sprockets implementation for Rails 4.x (and beyond) Asset Pipeline. This wiki must describe importance of using asset pipelining in Rails (now called rake ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sprockets gem provides Sprockets implementation for Rails 4.x (and beyond) Asset Pipeline. This wiki must describe importance of using asset pipelining in Rails (now called rake pipelining), how its done? A Pipeline is responsible for taking a directory of input files, applying a number of filters to the inputs, and outputting them into an output directory. Also include details to implement Rails 4 asset pipeline on Heroku.

Rake Pipelining: Asset Pipelining in Rails

What is rake pipelining?
A Pipeline is responsible for taking a directory of input files, applying a number of filters to the inputs, and outputting them into an output directory.

How-To

Rails 4 Asset Pipelines on Heroku