Commit c0f4f4f
authored
Add ReActionView assets to
This pull requests adds the ReActionView assets to the
`app.config.assets.precompile` config so that Sprockets doesn't raise
this error in development about the asset not being declared for
precompilation in production.
```
Sprockets::Rails::Helper::AssetNotPrecompiledError at /users/sign_in
Asset `reactionview-dev-tools.umd.js` was not declared to be precompiled in production.
Declare links to your assets in `app/assets/config/manifest.js`.
//= link reactionview-dev-tools.umd.js
and restart your server
```
Resolves #8app.config.assets.precompile (#10)1 parent b7003a1 commit c0f4f4f
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
5 | 17 | | |
6 | 18 | | |
7 | 19 | | |
8 | 20 | | |
9 | 21 | | |
| 22 | + | |
10 | 23 | | |
11 | 24 | | |
12 | 25 | | |
| |||
0 commit comments