Skip to content

Commit

Permalink
Upgrade client side infrastructure #706 - update ngx-progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Jun 2, 2018
1 parent 7b87bb7 commit d9ec289
Show file tree
Hide file tree
Showing 5 changed files with 4,647 additions and 4,134 deletions.
2 changes: 1 addition & 1 deletion IsraelHiking.Web/IsraelHiking.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

<Target Name="ReleaseRunNgBuild" BeforeTargets="Build" DependsOnTargets="NodeInitialize" Condition=" '$(Configuration)' == 'Release' and '$(DeployOnBuild)' != 'true'">
<Message Importance="high" Text="Starting Ng Build for production" />
<Exec Command="npm run-script build -- --target=production --environment=prod --no-progress --sourcemaps" />
<Exec Command="npm run-script build -- --prod --no-progress --sourcemaps" />
<Message Importance="high" Text="Ng Build for production ended" />
</Target>
</Project>
Loading

0 comments on commit d9ec289

Please sign in to comment.