Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INTERNAL] Adapt project configuration documentation #170

Merged
merged 2 commits into from
Aug 1, 2019

Conversation

Thodd
Copy link
Contributor

@Thodd Thodd commented Jul 24, 2019

  • Cachebuster docu is moved to correct location
  • *.properties file encoding option is documented

- Cachebuster docu is moved to correct location
- *.properties file encoding option is documented
@@ -87,8 +87,9 @@ Some general information:
+ `<virtual path>: <physical path>` (default `/: ./`): Any virtual path mapping can be defined here.
*(Only available for projects of type `module`)*
It is recommended that modules include their namespace in the virtual path and use the `/resources` prefix (e.g. `/resources/my/first/library/module-xy`).
- `cachebuster`:
- `signatureType`: `time` or `hash`. By default, the generated cachebuster info file signatures are based on timestamps (`time`). In setups like CI environments, a mechanism based on file hashes (`hash`) might be more reliable.
- `propertiesFileEncoding`:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should maybe also add the min. required CLI version for this (once released).

Copy link
Member

@RandomByte RandomByte Aug 1, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Expected to be released with UI5 CLI v1.7.0.

@@ -87,8 +87,9 @@ Some general information:
+ `<virtual path>: <physical path>` (default `/: ./`): Any virtual path mapping can be defined here.
*(Only available for projects of type `module`)*
It is recommended that modules include their namespace in the virtual path and use the `/resources` prefix (e.g. `/resources/my/first/library/module-xy`).
- `cachebuster`:
- `signatureType`: `time` or `hash`. By default, the generated cachebuster info file signatures are based on timestamps (`time`). In setups like CI environments, a mechanism based on file hashes (`hash`) might be more reliable.
- `propertiesFileEncoding`:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • moved to "resources.configuration"
  • rename according to impl.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Member

@RandomByte RandomByte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not merge, see comments by Matthias and Thorsten

Copy link
Contributor

@tobiasso85 tobiasso85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comments open

@RandomByte RandomByte dismissed stale reviews from tobiasso85 and themself August 1, 2019 08:34

🐴

@RandomByte RandomByte force-pushed the adapt-project-config-documentation branch from 37f5210 to 816a8b3 Compare August 1, 2019 08:46
@RandomByte RandomByte merged commit b4e11f8 into master Aug 1, 2019
@RandomByte RandomByte deleted the adapt-project-config-documentation branch August 1, 2019 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants