Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Publishing prod #337

Closed
aminebizid opened this issue Sep 28, 2016 · 2 comments
Closed

Publishing prod #337

aminebizid opened this issue Sep 28, 2016 · 2 comments

Comments

@aminebizid
Copy link

How to publish my app?

@SteveSandersonMS
Copy link
Member

It's a regular ASP.NET Core app, so you can use any technique that you'd normally use. If you use a technique like Kudu to deploy to Azure, then it will automatically build the client-side resources as part of deployment, because of the prepublish scripts in project.json.

@boban100janovski
Copy link

set ASPNETCORE_ENVIRONMENT=Production

webpack --config webpack.config.vendor.js

webpack

Then : dotnet publish

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants