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
91cbe3375f
refactor(@angular/cli): use this.project instead of cliProject
2017-05-24 13:39:30 -07: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
Mike Brocchi
fd12092b21
docs: update the build command docs
2017-03-23 17:25:30 -07:00
Hans Larsen
d94040b2de
fix(@angular/cli): sourcemaps should be the main option, sourcemap an alias
2017-03-14 15:32:00 -07:00
Hans Larsen
b4594bac33
fix(@angular/cli): add more description
2017-02-22 17:20:17 -08:00
Sumit Arora
7ebe4f0d4e
fix(@angular/cli): adding help descriptions
2017-02-22 18:43:34 -05:00
Sumit Arora
ade2236a9b
feat(@angular/cli): adding the --app command option ( #4754 )
2017-02-22 14:19:29 -08:00
Filipe Silva
d2bef98bb9
feat(@angular/cli): ng e2e defaults to random port ( #4753 )
...
BREAKING CHANGE: `ng e2e` will use a random port for serving by default
instead of using 4200.
2017-02-17 19:53:22 +00: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
Filipe Silva
a22474e0ce
refactor(@angular/cli): move stats-json to build only ( #4746 )
...
Other commands (like serve) do not support this option, so it should only be in build.
2017-02-16 15:48:54 +00: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
Varun Vachhar
469ca912dc
feat(@angular/cli): add --stats-json flag to build ( #4189 )
...
Allows you to run ng build --json which generates dist/stats.json. This can then be used with things like the webpack-bundle-analyzer or https://webpack.github.io/analyse/
Fix #3179
2017-02-15 15:39:29 +00:00
Filipe Silva
8d2d93a7a2
feat(e2e): use protractor api ( #4527 )
...
Uses existing Protractor API to run it directly instead of using `npm run
e2e`.
Also adds support for the following flags: `--serve`, `--config`,
`--specs`, `--element-explorer`, `--webdriver-update`.
Fix #4256
Fix #4478
BREAKING CHANGE: `ng e2e` no longer needs `ng serve` to be running.
2017-02-09 15:14:29 -08:00
clydin
e0fb87c413
feat(@angular/cli): provide '--sourcemaps' alias for build ( #4462 )
2017-02-08 16:47:11 -08:00
Filipe Silva
b8328dca55
refactor(commands): turn .run commands into tasks ( #4251 )
2017-02-08 11:49:05 +00:00
clydin
6bab5ecab5
fix(@angular/cli): don't override base-href if not directly specified ( #4489 )
2017-02-07 11:23:52 -08:00
Hans
601f9b38f8
feat(@angular/cli): move angular-cli to @angular/cli ( #4328 )
...
This release is otherwise identical to beta.28.
2017-02-01 18:19:50 -08:00