mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Changes wording to make it a bit eaiser to understand
This commit is contained in:
parent
4967b35e00
commit
9342ad6748
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ h3. What Is The Asset Pipeline?
|
|||
|
||||
h4. Why Should I Use it?
|
||||
|
||||
Using the asset pipeline allows you to package javascript, CSS, or images with your Rails application, library, or plugin. It also makes it easy to create dynamic CSS with LESS and clean JavaScript with CoffeeScript to name a few of the popular preprocessors. The big difference is that they are now housed in app/assets, treating them like first-class citizens instead of just throughing them into their public folders.
|
||||
Using the asset pipeline allows you to package javascript, CSS, or images with your Rails application, library, or plugin. It also makes it easy to create dynamic CSS with LESS and clean JavaScript with CoffeeScript to name a few of the popular preprocessors. The big difference is that they are now categorized in app/assets, treating them like first-class citizens instead of just throughing them into categorized folders in the public directory.
|
||||
|
||||
h3. How to Use the Asset Pipeline
|
||||
|
||||
|
|
Loading…
Reference in a new issue