From 120ccb47d3cafe5b2e160595d98a23216feddeee Mon Sep 17 00:00:00 2001 From: Madogiwa <17684091+Madogiwa0124@users.noreply.github.com> Date: Tue, 14 Jul 2020 20:56:41 +0900 Subject: [PATCH] Decorated the `--skip-sprockets` like any other. --- guides/source/asset_pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md index 97bc10fa50..f189b773d7 100644 --- a/guides/source/asset_pipeline.md +++ b/guides/source/asset_pipeline.md @@ -474,7 +474,7 @@ which contains these lines: ``` 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. The directives that work in JavaScript files also work in stylesheets