aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/asset_pipeline.md
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2018-10-02 23:53:12 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2018-10-03 00:03:16 +0530
commite8546aba904fb6685ef2e61f1623c64e699a2c9c (patch)
tree0cd43409320fff1f9a7bd7bc9c1f00236ab4d9c9 /guides/source/asset_pipeline.md
parentcf608ee34dd833b0357ef4eefa692db33242d2aa (diff)
downloadrails-e8546aba904fb6685ef2e61f1623c64e699a2c9c.tar.gz
rails-e8546aba904fb6685ef2e61f1623c64e699a2c9c.tar.bz2
rails-e8546aba904fb6685ef2e61f1623c64e699a2c9c.zip
Update the docs now that webpacker is default [ci skip]
Diffstat (limited to 'guides/source/asset_pipeline.md')
-rw-r--r--guides/source/asset_pipeline.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md
index bf046a3341..66cf9da33b 100644
--- a/guides/source/asset_pipeline.md
+++ b/guides/source/asset_pipeline.md
@@ -184,9 +184,8 @@ the file `scaffolds.css` (or `scaffolds.scss` if `sass-rails` is in the
`Gemfile`.)
For example, if you generate a `ProjectsController`, Rails will also add a new
-file at `app/assets/javascripts/projects.coffee` and another at
-`app/assets/stylesheets/projects.scss`. By default these files will be ready
-to use by your application immediately using the `require_tree` directive. See
+file at `app/assets/stylesheets/projects.scss`. By default these files will be
+ready to use by your application immediately using the `require_tree` directive. See
[Manifest Files and Directives](#manifest-files-and-directives) for more details
on require_tree.