OrchardCore icon indicating copy to clipboard operation
OrchardCore copied to clipboard

Improvement needed: theme manifest file variable needed

Open JoshTango opened this issue 4 years ago • 2 comments

In the theme manifest file for example using the Agency theme is this line: .SetUrl("~/TheAgencyTheme/vendor/jquery/jquery.min.js", "~/TheAgencyTheme/vendor/jquery/jquery.js")

The string "TheAgencyTheme" gets repeated many times.

Please create a variable for this string and reference the variable in all the lines of code.

JoshTango avatar Dec 09 '19 20:12 JoshTango