This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
90cec40cce
angular-cn
/
aio
/
content
/
examples
/
universal
/
zipper.json
8 lines
75 B
JSON
Raw
Normal View
History
Unescape
Escape
docs: add universal guide (#18707) - based on original effort in PR 17573 PR Close #18707
2017-08-15 13:22:55 -04:00
{
build(docs-infra): remove obsolete properties from `zipper.json` files (#36018) The `removeSystemJsConfig` and `type` properties (present in some `zipper.json` files) are now obsolete and are not taken into account by the example zipper: - `removeSystemJsConfig` is no longer relevant since most examples have been migrated to use the CLI. - `type` is no longer relevant, because the project type is determined based on the `projectType` property in `example-config.json` files. This commit removes these properties from `zipper.json` files and updates the `example-zipper` docs to not mention them. PR Close #36018
2020-03-16 10:32:30 -04:00
"files"
:
[
docs: add universal guide with production client app (#18707) Revises both universal and client build to use AOT and webpack for both. Guide text adjusted accordingly Dodges CLI client build, expected in near future. PR Close #18707
2017-09-14 22:47:33 -04:00
"!dist/"
,
docs: add universal guide (#18707) - based on original effort in PR 17573 PR Close #18707
2017-08-15 13:22:55 -04:00
"!**/*.d.ts"
,
docs: add universal guide with production client app (#18707) Revises both universal and client build to use AOT and webpack for both. Guide text adjusted accordingly Dodges CLI client build, expected in near future. PR Close #18707
2017-09-14 22:47:33 -04:00
"!**/src/**/*.js"
build(docs-infra): remove obsolete properties from `zipper.json` files (#36018) The `removeSystemJsConfig` and `type` properties (present in some `zipper.json` files) are now obsolete and are not taken into account by the example zipper: - `removeSystemJsConfig` is no longer relevant since most examples have been migrated to use the CLI. - `type` is no longer relevant, because the project type is determined based on the `projectType` property in `example-config.json` files. This commit removes these properties from `zipper.json` files and updates the `example-zipper` docs to not mention them. PR Close #36018
2020-03-16 10:32:30 -04:00
]
docs: add universal guide (#18707) - based on original effort in PR 17573 PR Close #18707
2017-08-15 13:22:55 -04:00
}