Ruby rails: assets

From wikinotes
Revision as of 01:53, 10 April 2020 by Will (talk | contribs) (Created page with "Rails provides a framework to concatenate/minify/compress/translate Javascript/CSS.<br> The end result of this process is referred to as an asset. = Documentation = <blockquo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Rails provides a framework to concatenate/minify/compress/translate Javascript/CSS.
The end result of this process is referred to as an asset.

Documentation

official docs https://guides.rubyonrails.org/asset_pipeline.html