Similar implementation to what's in the Get Psyched! Partner App, but it should also support css/scss to improve performance and decrease network usage for third-party dependencies.
JavaScript bundling might be a bit more annoying because I want it to be a drag'n drop replacement, so I don't need to change any frontend code. I don't really care if wwwroot/js/site.js is included in the bundle because of how small it is.
Similar implementation to what's in the Get Psyched! Partner App, but it should also support css/scss to improve performance and decrease network usage for third-party dependencies.
JavaScript bundling might be a bit more annoying because I want it to be a drag'n drop replacement, so I don't need to change any frontend code. I don't really care if
wwwroot/js/site.jsis included in the bundle because of how small it is.