I'm not sure to right understend your question, but when you develop the application (like debug mode) you run the ng serve, after, when app is ready to publish, you can run ng build --prod to rebuild the dist folder with all new feature and fix
Il giorno venerdì 21 settembre 2018 13:24:50 UTC+2, Christophe HOARAU ha scritto: > > > Hello, > > I'm quite new to angular cli, but starting to be able to do some > interesting things with it. > I've build a new angular 6 workspace, with an app component and several > libraries. > But currently I have to build all the library manually and then rebuild > the app in order to distribute the changes. > > `ng server` crash every time I rebuild one of the libraries because the > library's dist folder is temporary removed. > > Is there any way to automate the process ? > > Thanks > -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
