File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ defmodule Scenic.Assets.Static do
22
22
* __Assets Directory__: Typically `/assets` in your main app source directory. This is the
23
23
folder that holds your raw asset files.
24
24
* __Assets Module__: A module in your application that builds and holds the asset library.
25
- * __Assets Config__: Configuration scripts in your application that indicates where the
25
+ * __Assets Config__: Configuration scripts in your application that indicates where the
26
26
assets directory is and your assets module.
27
27
28
28
#### Assets Directory
@@ -98,7 +98,7 @@ defmodule Scenic.Assets.Static do
98
98
99
99
100
100
IMPORTANT NOTE: When you add a new asset to the assets directory, you may need to force this
101
- module to recompile for them to be usable. Adding or removing a return at the end should do
101
+ module to recompile for them to be usable. Adding or removing a return at the end should do
102
102
the trick. In the future, there will be a file system watcher (much like Phoenix has) that
103
103
will do this automatically. Until then, it is pretty easy to do manually.
104
104
@@ -306,7 +306,7 @@ defmodule Scenic.Assets.Static do
306
306
_ ->
307
307
raise """
308
308
No assets module is configured.
309
- You need to create an assets modulein your application.
309
+ You need to create an assets module in your application.
310
310
Then connect it to Scenic with some config.
311
311
312
312
Example assets module that includes an optional alias:
You can’t perform that action at this time.
0 commit comments