We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e37ae5 commit 9c26f76Copy full SHA for 9c26f76
net/Sample/Views/_Layout.cshtml
@@ -3,7 +3,6 @@
3
<head>
4
<meta name="viewport" content="width=device-width" />
5
6
- <link rel="stylesheet" href="~/lib/devextreme/css/dx.common.css" />
7
<link rel="stylesheet" href="~/lib/devextreme/css/dx.light.css" />
8
9
<script src="~/lib/jquery.js"></script>
net/Sample/libman.json
@@ -11,11 +11,6 @@
11
"provider": "filesystem",
12
"destination": "wwwroot/lib/devextreme/js/"
13
},
14
- {
15
- "library": "node_modules/devextreme/dist/css/dx.common.css",
16
- "provider": "filesystem",
17
- "destination": "wwwroot/lib/devextreme/css/"
18
- },
19
{
20
"library": "node_modules/devextreme/dist/css/dx.light.css",
21
0 commit comments