Remove bundleconfig.json files from project templates (#335)
Addresses #326
This commit is contained in:
parent
3267789666
commit
c4d1f20c78
|
|
@ -1,24 +0,0 @@
|
||||||
// Configure bundling and minification for the project.
|
|
||||||
// More info at https://go.microsoft.com/fwlink/?LinkId=808241
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"outputFileName": "wwwroot/css/site.min.css",
|
|
||||||
// An array of relative input file paths. Globbing patterns supported
|
|
||||||
"inputFiles": [
|
|
||||||
"wwwroot/css/site.css"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"outputFileName": "wwwroot/js/site.min.js",
|
|
||||||
"inputFiles": [
|
|
||||||
"wwwroot/js/site.js"
|
|
||||||
],
|
|
||||||
// Optionally specify minification options
|
|
||||||
"minify": {
|
|
||||||
"enabled": true,
|
|
||||||
"renameLocals": true
|
|
||||||
},
|
|
||||||
// Optionally generate .map file
|
|
||||||
"sourceMap": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
|
||||||
|
for details on configuring this project to bundle and minify static web assets. */
|
||||||
body {
|
body {
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
|
|
||||||
|
|
@ -1 +1,4 @@
|
||||||
// Write your Javascript code.
|
// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
|
||||||
|
// for details on configuring this project to bundle and minify static web assets.
|
||||||
|
|
||||||
|
// Write your Javascript code.
|
||||||
|
|
|
||||||
|
|
@ -1,24 +0,0 @@
|
||||||
// Configure bundling and minification for the project.
|
|
||||||
// More info at https://go.microsoft.com/fwlink/?LinkId=808241
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"outputFileName": "wwwroot/css/site.min.css",
|
|
||||||
// An array of relative input file paths. Globbing patterns supported
|
|
||||||
"inputFiles": [
|
|
||||||
"wwwroot/css/site.css"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"outputFileName": "wwwroot/js/site.min.js",
|
|
||||||
"inputFiles": [
|
|
||||||
"wwwroot/js/site.js"
|
|
||||||
],
|
|
||||||
// Optionally specify minification options
|
|
||||||
"minify": {
|
|
||||||
"enabled": true,
|
|
||||||
"renameLocals": true
|
|
||||||
},
|
|
||||||
// Optionally generate .map file
|
|
||||||
"sourceMap": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
body {
|
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
|
||||||
|
for details on configuring this project to bundle and minify static web assets. */
|
||||||
|
body {
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1,4 @@
|
||||||
// Write your JavaScript code.
|
// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
|
||||||
|
// for details on configuring this project to bundle and minify static web assets.
|
||||||
|
|
||||||
|
// Write your JavaScript code.
|
||||||
|
|
|
||||||
|
|
@ -1,24 +0,0 @@
|
||||||
// Configure bundling and minification for the project.
|
|
||||||
// More info at https://go.microsoft.com/fwlink/?LinkId=808241
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"outputFileName": "wwwroot/css/site.min.css",
|
|
||||||
// An array of relative input file paths. Globbing patterns supported
|
|
||||||
"inputFiles": [
|
|
||||||
"wwwroot/css/site.css"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"outputFileName": "wwwroot/js/site.min.js",
|
|
||||||
"inputFiles": [
|
|
||||||
"wwwroot/js/site.js"
|
|
||||||
],
|
|
||||||
// Optionally specify minification options
|
|
||||||
"minify": {
|
|
||||||
"enabled": true,
|
|
||||||
"renameLocals": true
|
|
||||||
},
|
|
||||||
// Optionally generate .map file
|
|
||||||
"sourceMap": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
body {
|
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
|
||||||
|
for details on configuring this project to bundle and minify static web assets. */
|
||||||
|
body {
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1,4 @@
|
||||||
// Write your Javascript code.
|
// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
|
||||||
|
// for details on configuring this project to bundle and minify static web assets.
|
||||||
|
|
||||||
|
// Write your Javascript code.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue