File tree Expand file tree Collapse file tree 2 files changed +23
-19
lines changed Expand file tree Collapse file tree 2 files changed +23
-19
lines changed Original file line number Diff line number Diff line change 43
43
</environment >
44
44
<link href =" https://fonts.googleapis.com/icon?family=Material+Icons" rel =" stylesheet" >
45
45
<link href =" https://fonts.googleapis.com/css?family=Roboto" rel =" stylesheet" type =" text/css" >
46
+ <link href =" https://cdn.syncfusion.com/ej2/29.1.33/material.css" rel =" stylesheet" type =" text/css" >
46
47
47
48
<script src =" https://ajax.aspnetcdn.com/ajax/jquery/jquery-2.2.0.min.js" ></script >
48
49
<script src =" https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/bootstrap.min.js" ></script >
53
54
<script src =" ~/js/crossroads.js" ></script >
54
55
<script src =" ~/js/hasher.min.js" ></script >
55
56
<script src =" ~/js/common.data.js" ></script >
56
- <script src =" https://cdn.syncfusion.com/ej2/28 .1.33/dist/ej2.min.js" ></script >
57
+ <script src =" https://cdn.syncfusion.com/ej2/29 .1.33/dist/ej2.min.js" ></script >
57
58
<script src =" ~/js/timer.jquery.js" ></script >
58
59
<script src =" ~/js/signalr.min.js" ></script >
59
60
<script src =" ~/js/jquery.qrcode.js" ></script >
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " ej2-aspnetcore-story-estimator" ,
3
- "version" : " 1.0.0" ,
4
- "description" : " Essential JS 2 ASP.Net Core - Story Estimator" ,
5
- "author" : " Syncfusion Inc." ,
6
- "license" : " SEE LICENSE IN license" ,
7
- "keywords" : [
8
- " ej2 " ,
9
- " ej2-aspcore " ,
10
- " ej2-aspcore-samples "
11
- ],
12
- "repository" : {
13
- "type" : " git" ,
14
- "url" : " https://gitlab.syncfusion. com/essential-studio/ej2-aspcore-samples .git"
15
- },
16
- "devDependencies" : {
2
+ "name" : " ej2-aspnetcore-story-estimator" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " Essential JS 2 ASP.Net core - Story- Estimator" ,
5
+ "author" : " Syncfusion Inc." ,
6
+ "license" : " SEE LICENSE IN license" ,
7
+ "keywords" : [
8
+ " aspnetcore-story-estimator " ,
9
+ " ej2-aspnetcore-story-estimator " ,
10
+ " core-story-estimator "
11
+ ],
12
+ "repository" : {
13
+ "type" : " git" ,
14
+ "url" : " https://github. com/essential-studio/ej2-aspnetcore-story-estimator .git"
15
+ },
16
+ "devDependencies" : {
17
17
"del" : " ^3.0.0" ,
18
18
"glob" : " ^7.1.2" ,
19
19
"gulp" : " ^4.0.2" ,
32
32
"require-dir" : " ^0.3.2" ,
33
33
"shelljs" : " ^0.8.5" ,
34
34
"simple-git" : " ^3.16.0"
35
- },
36
- "config" : {},
37
- "scripts" : {}
35
+ },
36
+ "config" : {},
37
+ "scripts" : {
38
+ "aspnet-publish" : " gulp dotnet-publish" ,
39
+ "ci-deploy" : " gulp ftp-deploy"
40
+ }
38
41
}
You can’t perform that action at this time.
0 commit comments