1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #39841 from Madogiwa0124/decorate-skip-sprokets-option-in-guide

Decorated the `--skip-sprockets` like any other.[ci skip]
This commit is contained in:
Ryuta Kamizono 2020-07-15 12:17:24 +09:00 committed by GitHub
commit b4ae6d0ec9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -474,7 +474,7 @@ which contains these lines:
``` ```
Rails create `app/assets/stylesheets/application.css` regardless of whether the Rails create `app/assets/stylesheets/application.css` regardless of whether the
--skip-sprockets option is used when creating a new Rails application. This is `--skip-sprockets` option is used when creating a new Rails application. This is
so you can easily add asset pipelining later if you like. so you can easily add asset pipelining later if you like.
The directives that work in JavaScript files also work in stylesheets The directives that work in JavaScript files also work in stylesheets