File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed
Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments