mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-11-29 18:49:08 +08:00
!1630 doc(#I42B4W): rename css/javascript file name
* chore: 打包脚本排序 * refactor: 移除 hotReloadProfile 配置项 * chore: 更新打包配置文件 * doc: rename file name * chore: add file nesting config * refactor: 更新 Alert 样式
This commit is contained in:
parent
53ecc3867d
commit
d0682ae9b1
@ -3,7 +3,6 @@
|
||||
"windowsAuthentication": false,
|
||||
"anonymousAuthentication": true,
|
||||
"iisExpress": {
|
||||
"hotReloadProfile": "aspnetcore",
|
||||
"applicationUrl": "http://localhost:50853/",
|
||||
"sslPort": 0
|
||||
}
|
||||
@ -11,7 +10,6 @@
|
||||
"profiles": {
|
||||
"IIS Express": {
|
||||
"commandName": "IISExpress",
|
||||
"hotReloadProfile": "aspnetcore",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
@ -19,7 +17,6 @@
|
||||
},
|
||||
"BootstrapBlazor.WebConsole": {
|
||||
"commandName": "Project",
|
||||
"hotReloadProfile": "aspnetcore",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
|
110
src/BootstrapBlazor/.filenesting.json
Normal file
110
src/BootstrapBlazor/.filenesting.json
Normal file
@ -0,0 +1,110 @@
|
||||
{
|
||||
"help": "https://go.microsoft.com/fwlink/?linkid=866610",
|
||||
"root": true,
|
||||
|
||||
"dependentFileProviders": {
|
||||
"add": {
|
||||
"addedExtension": {},
|
||||
"pathSegment": {
|
||||
"add": {
|
||||
".*": [
|
||||
".js",
|
||||
".css",
|
||||
".html",
|
||||
".htm",
|
||||
".less",
|
||||
".scss",
|
||||
".coffee",
|
||||
".iced",
|
||||
".config",
|
||||
".cs",
|
||||
".vb",
|
||||
".json"
|
||||
]
|
||||
}
|
||||
},
|
||||
"extensionToExtension": {
|
||||
"add": {
|
||||
".js": [
|
||||
".cs",
|
||||
".razor",
|
||||
".coffee",
|
||||
".iced",
|
||||
".ts",
|
||||
".tsx",
|
||||
".jsx"
|
||||
],
|
||||
".css": [
|
||||
".cs",
|
||||
".razor",
|
||||
".less",
|
||||
".scss",
|
||||
".sass",
|
||||
".styl"
|
||||
],
|
||||
".html": [
|
||||
".md",
|
||||
".mdown",
|
||||
".markdown",
|
||||
".mdwn"
|
||||
],
|
||||
".map": [
|
||||
".js",
|
||||
".css"
|
||||
],
|
||||
".svgz": [
|
||||
".svg"
|
||||
],
|
||||
".designer.cs": [
|
||||
".resx"
|
||||
],
|
||||
".cs.d.ts": [
|
||||
".cs"
|
||||
]
|
||||
}
|
||||
},
|
||||
"fileToFile": {
|
||||
"add": {
|
||||
".bowerrc": [
|
||||
"bower.json"
|
||||
],
|
||||
".npmrc": [
|
||||
"package.json"
|
||||
],
|
||||
"npm-shrinkwrap.json": [
|
||||
"package.json"
|
||||
],
|
||||
"yarn.lock": [
|
||||
"package.json"
|
||||
],
|
||||
".yarnclean": [
|
||||
"package.json"
|
||||
],
|
||||
".yarnignore": [
|
||||
"package.json"
|
||||
],
|
||||
".yarn-integrity": [
|
||||
"package.json"
|
||||
],
|
||||
".yarnrc": [
|
||||
"package.json"
|
||||
],
|
||||
"package-lock.json": [
|
||||
"package.json"
|
||||
]
|
||||
}
|
||||
},
|
||||
"fileSuffixToExtension": {
|
||||
"add": {
|
||||
"-vsdoc.js": [
|
||||
".js"
|
||||
]
|
||||
}
|
||||
},
|
||||
"allExtensions": {
|
||||
"add": {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user