Consider using StaticWebAsset for serving app_plugin files in dev environment #237
Closed
Nikkelmann
started this conversation in
Idea
Replies: 1 comment 1 reply
-
Thanks for the suggestion @Nikkelmann. It would have to be something that I'd look into with Contentment v5 (when I drop support for Umbraco v8). I'm unsure how my custom build steps (for bundling/minifying the CSS/JS) will work with a Razor Class Library, but I think uSync has a similar Gulp build task, so I would investigate how that works and attempt to do similar. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Other packages (uSync / FullTextSearch) seem to have shifted to this approch, which avoids having the files copied over during installation of the package.
I don't know if changing the sdk to
Microsoft.NET.Sdk.Razor
and adding<StaticWebAssetBasePath>
is the only change needed.Beta Was this translation helpful? Give feedback.
All reactions