Add project files.
This commit is contained in:
42
DXApp.TemplateKitProject/libman.json
Normal file
42
DXApp.TemplateKitProject/libman.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"defaultProvider": "filesystem",
|
||||
"libraries": [
|
||||
{
|
||||
"library": "node_modules/jquery/dist/",
|
||||
"destination": "wwwroot/js/devextreme",
|
||||
"files": [
|
||||
"jquery.js",
|
||||
"jquery.min.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
"library": "node_modules/devextreme-aspnet-data/js/dx.aspnet.data.js",
|
||||
"destination": "wwwroot/js/devextreme/aspnet/"
|
||||
},
|
||||
{
|
||||
"library": "node_modules/devextreme-dist/js/",
|
||||
"destination": "wwwroot/js/devextreme",
|
||||
"files": [
|
||||
"dx.all.js",
|
||||
"dx.all.debug.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
"library": "node_modules/devextreme-dist/js/dx.aspnet.mvc.js",
|
||||
"destination": "wwwroot/js/devextreme/aspnet/"
|
||||
},
|
||||
{
|
||||
"library": "node_modules/devextreme-dist/css",
|
||||
"destination": "wwwroot/css/devextreme"
|
||||
},
|
||||
{
|
||||
"library": "node_modules/devextreme-dist/css/fonts",
|
||||
"destination": "wwwroot/css/devextreme/fonts"
|
||||
},
|
||||
{
|
||||
"library": "node_modules/devextreme-dist/css/icons",
|
||||
"destination": "wwwroot/css/devextreme/icons"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user