提交 b7aeab6a 编写于 作者: J Jingwen Owen Ou

[skip ci] Fix the javascript path in guide for asset modules

上级 a2075f41
......@@ -302,7 +302,7 @@ Sprockets uses files named `index` (with the relevant extensions) for a special
purpose.
For example, if you have a jQuery library with many modules, which is stored in
`lib/assets/library_name`, the file `lib/assets/library_name/index.js` serves as
`lib/assets/javascripts/library_name`, the file `lib/assets/javascripts/library_name/index.js` serves as
the manifest for all files in this library. This file could include a list of
all the required files in order, or a simple `require_tree` directive.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册