mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
remove Rails 4 text from asset pipeline guide
This commit is contained in:
parent
a4ef62279d
commit
bcad7cebd4
1 changed files with 3 additions and 7 deletions
|
@ -25,13 +25,9 @@ It allows assets in your application to be automatically combined with assets
|
|||
from other gems. For example, jquery-rails includes a copy of jquery.js
|
||||
and enables AJAX features in Rails.
|
||||
|
||||
The asset pipeline is technically no longer a core feature from Rails 4 onwards -- it has
|
||||
been extracted out of the framework into the
|
||||
[sprockets-rails](https://github.com/rails/sprockets-rails) gem.
|
||||
|
||||
The asset pipeline is enabled by default.
|
||||
|
||||
You can disable the asset pipeline while creating a new application by
|
||||
The asset pipeline is implemented by the
|
||||
[sprockets-rails](https://github.com/rails/sprockets-rails) gem,
|
||||
and is enabled by default. You can disable it while creating a new application by
|
||||
passing the `--skip-sprockets` option.
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue