Skip to content

Ability to run ng build --watch for multiple projects in parallel #13373

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Roaders opened this issue Jan 5, 2019 · 2 comments
Closed

Ability to run ng build --watch for multiple projects in parallel #13373

Roaders opened this issue Jan 5, 2019 · 2 comments

Comments

@Roaders
Copy link

Roaders commented Jan 5, 2019

Bug Report or Feature Request (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ x] feature request

Command (mark with an x)

- [ ] new
- [x ] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc

Versions

Angular CLI: 7.1.4
Node: 10.14.1
OS: win32 x64
Angular: 7.1.4
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router

Package Version

@angular-devkit/architect 0.11.4
@angular-devkit/build-angular 0.11.4
@angular-devkit/build-optimizer 0.11.4
@angular-devkit/build-webpack 0.11.4
@angular-devkit/core 7.1.4
@angular-devkit/schematics 7.1.4
@ngtools/webpack 7.1.4
@schematics/angular 7.1.4
@schematics/update 0.11.4
rxjs 6.3.3
typescript 3.1.6
webpack 4.23.1

Desired functionality

I am currently building an electron app and chrome extension. Both these apps are built together and interact with each other so development of both at the same time makes sense.
Because of this I have 3 builds:

  • Angular Electron Renderer App
  • Angular Chrome Extension App
  • Electron main (node)

I am setting up an angular project for each of these but I really want them all built at the same time. In webpack I simply add more input files and have 1 webpack build that watches and compiles all 3.

Is there an equivalent approach in angular?

@alan-agius4
Copy link
Collaborator

Duplicate of:
#11002

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 9, 2019
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

2 participants