Filipe Silva
28e4114785
feat(@angular/cli): followup changes to circular dependency detection
...
Flag is now positive instead of negative and shorter, and can now be set on commands as well (`--show-circular-dependencies`).
Dependency was also added to eject as per https://github.com/angular/angular-cli/pull/6813#issuecomment-311567074 .
2017-06-29 11:18:39 -07:00
Sumit Arora
e72693a948
feat(@angular/cli): remove deduped licenses
2017-06-02 19:19:44 +01:00
Charles Lyding
af3e6b22f4
feat(@angular/cli): add option to preserve symlinks for module resolution
2017-06-01 11:47:19 +01:00
Filipe Silva
8bf040b7e3
feat(@angular/cli): add flag to not delete output path
...
Fix #5925
Fix #6193
2017-05-08 14:27:59 +01:00
Hans Larsen
d94040b2de
fix(@angular/cli): sourcemaps should be the main option, sourcemap an alias
2017-03-14 15:32:00 -07:00
Sumit Arora
ade2236a9b
feat(@angular/cli): adding the --app command option ( #4754 )
2017-02-22 14:19:29 -08:00
Filipe Silva
9d29cbca0f
feat(@angular/cli): add watch flag to serve/e2e ( #4749 )
...
This is useful when you don't want the server to rebuild in the middle of something.
A good example is when running e2e tests. Especially on larger suites, one would prefer to continue working while the build is tested without compromising tests.
This will break tests on #4744 . They should be adjusted to add the `--watch` flag since they depend on the live reload behaviour during `ng e2e`.
2017-02-16 17:17:15 -08:00
Charles Lyding
57ef508895
feat(build): add --poll
option to build/serve/test commands
...
Close #4268
Close #4715
2017-02-16 09:04:49 +00:00
Filipe Silva
b8328dca55
refactor(commands): turn .run commands into tasks ( #4251 )
2017-02-08 11:49:05 +00:00