Replies: 1 comment
-
The first issue is that you need to remove wwwroot from the file paths. Second, if you add the files to your resource manifest then you need to add the name of your theme to the file paths.
Note that the url contains the name of the theme Then this is how it's referenced in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create my own theme for Orchard Core based on bootstrap but it fails to load all of the resources, whether it's javascript or styles. This is my
layout.liquid
viewMy
ResourceManifest
is like soand this is my project hierarchy

Any pointers as to why the styles and scripts are failing to load?
Beta Was this translation helpful? Give feedback.
All reactions