Skip to content

Instantly share code, notes, and snippets.

@AaronSadlerUK
Created October 6, 2021 20:18
How to use bundling and minification with Umbraco V9 (Part 2)
[
{
"outputFileName": "wwwroot/bundles/site.min.css",
"inputFiles": [
"wwwroot/lib/bootstrap/dist/css/bootstrap.css",
"wwwroot/css/site.css"
]
},
{
"outputFileName": "wwwroot/bundles/site.min.js",
"inputFiles": [
"wwwroot/js/site.js"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment