Add project files.
This commit is contained in:
30
ManagementApp/libman.json
Normal file
30
ManagementApp/libman.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"defaultProvider": "filesystem",
|
||||
"libraries": [
|
||||
{
|
||||
"library": "..\\AppLibs\\AppLibs\\wwwroot\\",
|
||||
"destination": "wwwroot/font/"
|
||||
},
|
||||
{
|
||||
"library": "..\\AppLibs\\AppLibs\\wwwroot\\css\\atg-font\\",
|
||||
"destination": "wwwroot/css/atg-font/"
|
||||
},
|
||||
{
|
||||
"library": "..\\AppLibs\\AppLibs\\wwwroot\\css\\atg-lib\\",
|
||||
"destination": "wwwroot/css/atg-lib/"
|
||||
},
|
||||
{
|
||||
"library": "..\\AppLibs\\AppLibs\\wwwroot\\css\\atg-ui\\",
|
||||
"destination": "wwwroot/css/atg-ui/"
|
||||
},
|
||||
{
|
||||
"library": "..\\AppLibs\\AppLibs\\wwwroot\\js\\ext_libs\\",
|
||||
"destination": "wwwroot/js/ext_libs/"
|
||||
},
|
||||
{
|
||||
"library": "..\\AppLibs\\AppLibs\\wwwroot\\js\\libs\\",
|
||||
"destination": "wwwroot/js/libs/"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user