Created
October 6, 2021 20:18
-
-
Save AaronSadlerUK/92f9230b9381af65bf8126e0724928db to your computer and use it in GitHub Desktop.
How to use bundling and minification with Umbraco V9 (Part 2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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