mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix javascript case
This commit is contained in:
parent
2fd1f2e843
commit
adf334853f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ endprologue.
|
|||
|
||||
h3. What Is The Asset Pipeline?
|
||||
|
||||
With Rails 3.1 comes a new feature known as the asset pipeline. The asset pipeline provides features that have usually been implemented by external Ruby libraries, such as Jammit and Sprockets. These libraries would serve concatenated or compressed versions of the assets of an application, such as stylesheets or javascript files so that the number of requests made to the server are lessened, making the page load faster. Rails 3.1 includes the +sprockets-rails+ gem, which depends on the +sprockets+ gem, by default.
|
||||
With Rails 3.1 comes a new feature known as the asset pipeline. The asset pipeline provides features that have usually been implemented by external Ruby libraries, such as Jammit and Sprockets. These libraries would serve concatenated or compressed versions of the assets of an application, such as stylesheets or JavaScript files so that the number of requests made to the server are lessened, making the page load faster. Rails 3.1 includes the +sprockets-rails+ gem, which depends on the +sprockets+ gem, by default.
|
||||
|
||||
By having this now as a core feature of Rails, all developers can benefit from the power of having their assets pre-processed, compressed and minified by one central library, Sprockets.
|
||||
|
||||
|
|
Loading…
Reference in a new issue