Filipe Silva
e15433e74a
refactor(build): consolidate build options ( #4105 )
...
Fix https://github.com/angular/angular-cli/issues/4138
BREAKING CHANGE:
- `--extractCss` defaults to `false` on all `--dev` (`ng build` with no flags uses `--dev`)
- `--aot` defaults to true in `--prod`
- the alias for `--output-path` is now `-op` instead of `-o`
2017-01-24 17:51:48 +00:00
Mike Brocchi
092e673153
docs: move documentation from readme to docs
...
Close #4190
2017-01-24 16:30:28 +00:00
Bram Borggreve
26003a0d4e
docs: add comment to files in docs/documentation about not adding .md to links
...
Close #4163
2017-01-24 16:30:16 +00:00
Stephen Cavaliere
cdf717a855
chore(docs): update bootstrap documentation
...
Close #4115
2017-01-24 16:29:47 +00:00
JeremyMWells
20490cc651
chore(docs): add how-to's for angular material and angular material flex layout inclusion
...
applies to #2711
Close #3897
2017-01-24 16:29:05 +00:00
JeremyMWells
bf065c99ad
docs: add how-to for Font Awesome inclusion
...
Close #3898
2017-01-18 14:33:00 +00:00
Bram Borggreve
1a5313deca
docs: add AngularFire integration docs
...
Close #3931
2017-01-18 14:31:05 +00:00
Mike Brocchi
60d2ea7e6f
docs: update bootstrap documentation to include SASS ( #4067 )
...
This fix is part of the documentation improvement #2711
2017-01-17 23:50:15 -05:00
Yohan Lasorsa
1181e9e72a
docs(proxy): add documentation for corporate proxy configuration with backend proxy ( #4041 ) ( #4070 )
...
Fix #4041
2017-01-17 22:43:11 +00:00
Mike Brocchi
c783968730
chore(docs): add documentation showing how to include bootstrap ( #3425 )
...
Applies to #2711
2017-01-17 09:37:54 -05:00
Mike Brocchi
faa81ceb27
chore(docs): update documentation to reflect recent changes ( #4034 )
2017-01-16 10:10:39 -05:00
Filipe Silva
87536c8d21
feat(build): add --extract-css flag ( #3943 )
...
Having css extraction on all the time makes dev rebuild times very slow for global styles.
This flag defaults to false on dev targets and true on prod targets.
2017-01-12 11:36:00 -08:00
clydin
b82fe414df
feat(build): allow output hashing to be configured ( #3885 )
2017-01-10 14:33:57 -08:00
Ricardo Varanda
cc23e803ec
chore(docs): Update misleading build target documentation ( #3915 )
2017-01-09 10:36:31 -08:00
Mike Brocchi
a5a33fa1db
chore(docs): move the new wiki docs to main repo ( #3382 )
...
This move will allow other devs to contribute and allow for pull requests and reviews against docs changes.
2016-12-05 15:25:11 -08:00