Ideally it will work. But my build time will be increased by n number of times.
Is there a better way. On Thu, Jul 20, 2017 at 12:03 PM, Sander Elias <[email protected]> wrote: > Hi Jagadesh, > > you can use the output-path parameter to specify a different path for each > environment. Something like: > > ng build --env=dev -op dist/dev > ng build --env=qa -op dist/ga > ng build --env=stage -op dist/stage > ng build --env=prod -op dist/prod > > Would that do for you? > > Regards > Sander > > > -- > 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. > -- Regards Jagadesh -- 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.
