Skip to content

Commit 2d7051e

Browse files
feature(EJ2CORE-995): min.js file added.
1 parent aed7957 commit 2d7051e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Views/Shared/_Layout.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
<link rel="shortcut icon" href="~/favicon.ico" />
1313
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
14-
<link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/20.4.38/fabric.css" />
14+
<link href="~/content/fabric.min.css" rel="stylesheet" />
1515
<link href="~/content/Outlook Icons/style.css" rel="stylesheet" />
1616
<link href="~/content/css/outlook.css" rel="stylesheet" />
1717
<script type="text/javascript">
1818
if (/MSIE \d|Trident.*rv:/.test(navigator.userAgent)) {
1919
document.write('<script src="Scripts/bluebird.min.js"><\/script>');
2020
}
2121
</script>
22-
<script src="https://cdn.syncfusion.com/ej2/20.4.38/dist/ej2.min.js"></script>
22+
<script src="~/scripts/ej2.min.js"></script>
2323
<script src="~/scripts/datasource.js"></script>
2424

2525
</head>

wwwroot/content/fabric.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wwwroot/scripts/ej2.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)