Skip to content

Instantly share code, notes, and snippets.

@scottsauber
Created January 17, 2018 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottsauber/7b8212f0568e2ed9707be6bfeb27e7f5 to your computer and use it in GitHub Desktop.
Save scottsauber/7b8212f0568e2ed9707be6bfeb27e7f5 to your computer and use it in GitHub Desktop.
bundleconfig.json Default Template Before
[
{
"outputFileName": "wwwroot/js/site.min.js",
"inputFiles": [
"wwwroot/js/site.js"
],
"minify": {
"enabled": true,
"renameLocals": true
},
"sourceMap": false
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment