Commit d855da4
committed
Use propshaft for administrate assets
Previously administrate was including sprockets, the newer versions of administrate remove the dependency on sprockets but it appears you still need some asset provider.
I could use sprockets again, but instead move to the future and use propshaft. As far as I can see it's only administrate that needs this. I've also tested Flipper UI works fine.
I've removed teh old config which only applies to sprockets.1 parent 3699055 commit d855da4
6 files changed
Lines changed: 6 additions & 26 deletions
File tree
- app/assets/config
- config
- environments
- initializers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
349 | 353 | | |
350 | 354 | | |
351 | 355 | | |
| |||
611 | 615 | | |
612 | 616 | | |
613 | 617 | | |
| 618 | + | |
614 | 619 | | |
615 | 620 | | |
616 | 621 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 28 | | |
35 | 29 | | |
36 | 30 | | |
| |||
This file was deleted.
0 commit comments