Angular-CLI-Based-Template: Set outDir for client app to wwwroot/dist #282

Closed
opened 2025-08-09 17:15:41 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @naveedahmed1 on 12/7/2017

@SteveSandersonMS In Angular CLI based template, it would be better to serve the client bundles from wwwroot/dist after publish.

We could add "outDir": "./../wwwroot/dist", for client app in .angular-cli.json. which will generate the dist folder in wwwroot.

This way we would stay aligned with .net core as well.

*Originally created by @naveedahmed1 on 12/7/2017* @SteveSandersonMS In Angular CLI based template, it would be better to serve the client bundles from `wwwroot/dist` after publish. We could add `"outDir": "./../wwwroot/dist",` for client app in `.angular-cli.json`. which will generate the dist folder in `wwwroot`. This way we would stay aligned with .net core as well.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#282
No description provided.