Skip to content

Commit 7a615af

Browse files
Merge pull request #12 from SubathraKaliamoorthy/master
v30.1.37
2 parents 684313e + 079816d commit 7a615af

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

StoryEstimator_NET8.csproj

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,9 @@
1212
</ItemGroup>
1313

1414
<Target Name="ProductionBuild" BeforeTargets="BeforeBuild">
15-
<Exec Command="npm install" />
16-
<Exec Command="gulp sass-to-css" />
17-
</Target>
18-
19-
<Target Name="ProductionBuild" BeforeTargets="BeforeBuild"
20-
Condition="'$(Configuration)'=='Release'">
21-
<Exec Command="npm install" />
22-
<Exec Command="gulp sass-to-css" />
23-
<Exec Command="gulp bundle-min" />
15+
<Exec Command="npm install" />
16+
<Exec Command="gulp sass-to-css" />
17+
<Exec Command="gulp bundle-min" />
2418
</Target>
2519

2620
</Project>

Views/Shared/_Layout.cshtml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
1313
<link href="https://cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap3-editable/css/bootstrap-editable.css" rel="stylesheet" />
1414
<link href="~/css/fonts.css" rel="stylesheet" />
15-
<link rel="stylesheet" href="https://ej2aspnetcore-staging.azurewebsites.net/showcase/aspnetcore/story-estimator/dist/cssminify/ej2.min.css?v=J5H0Z_xjHw5uvrBfeyLQonHKZOe-uf76QL5xE3p2tl0">
16-
<link rel="stylesheet" href="https://ej2aspnetcore-staging.azurewebsites.net/showcase/aspnetcore/story-estimator/dist/cssminify/site.min.css?v=_P_gkVlacSDIFdsVMLWtheVmI7kDgNzw6NpjSFSfZK0">
17-
<link rel="stylesheet" href="https://ej2aspnetcore-staging.azurewebsites.net/showcase/aspnetcore/story-estimator/dist/cssminify/dashboard.min.css?v=zSJyfcb_OXlf4s7FXJkHJtz0vnuUbEJf5BLqerARHxc">
18-
<link rel="stylesheet" href="https://ej2aspnetcore-staging.azurewebsites.net/showcase/aspnetcore/story-estimator/dist/cssminify/play.min.css?v=hMZo9qHxE0uOzZwpcz-_NkKtSQq1-8509GvrGrIvcEw">
19-
<link rel="stylesheet" href="https://ej2aspnetcore-staging.azurewebsites.net/showcase/aspnetcore/story-estimator/dist/cssminify/about.min.css?v=d8ZgUW7vi8ipBUzY4Utbg-ujBLI_Qwr7YnUIOguoDj8">
15+
<link rel="stylesheet" href="~/dist/cssminify/ej2.min.css">
16+
<link rel="stylesheet" href="~/dist/cssminify/site.min.css">
17+
<link rel="stylesheet" href="~/dist/cssminify/dashboard.min.css">
18+
<link rel="stylesheet" href="~/dist/cssminify/play.min.css">
19+
<link rel="stylesheet" href="~/dist/cssminify/about.min.css">
2020
<environment names="Development">
2121
<link href="~/css/ej2/ej2-notifications.css" rel="stylesheet" />
2222
<link href="~/css/ej2/material.css" rel="stylesheet" />

0 commit comments

Comments
 (0)