Hans Larsen
6402a27ee5
feat(@angular/cli): disable invalid commands on ejected apps
...
Closes #4680
2017-02-16 16:52:13 -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
Mike Brocchi
809340a8f0
refactor(@angular/cli): rename config file from angular-cli.json to .angular-cli.json ( #4681 )
...
BREAKING CHANGE: The configuration file angular-cli.json has been renamed to .angular-cli.json
2017-02-15 23:14:18 -05:00
Filipe Silva
9e91d8646b
feat(@angular/cli): allow assets from outside of app root.
...
Fix #3555
Close #4691
BREAKING CHANGE: 'assets' as a string in angular-cli.json is no longer allowed, use an array instead.
2017-02-15 12:23:59 +00:00
Charles Lyding
7ea80135a3
feat(@angular/cli): add in-browser development error overlay
...
Close #4513
2017-02-15 12:22:40 +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
Filipe Silva
b8328dca55
refactor(commands): turn .run commands into tasks ( #4251 )
2017-02-08 11:49:05 +00:00
Carlo Dapor
22f4bea077
fix(@angular/cli): Bail out if output path is the root folder ( #4490 )
...
`ng serve` --output-path=. would wipe out the entire root folder.
2017-02-07 11:22: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