Set up bundling and move blog JS to JS file.
This commit is contained in:
parent
1b13e22bce
commit
a375a4356a
6 changed files with 15 additions and 11 deletions
|
@ -2,7 +2,8 @@
|
|||
{
|
||||
"outputFileName": "wwwroot/js/javascript.min.js",
|
||||
"inputFiles": [
|
||||
"wwwroot/js/javascript.js"
|
||||
"wwwroot/js/javascript.js",
|
||||
"wwwroot/js/blog.js"
|
||||
],
|
||||
"minify": {
|
||||
"enabled": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue