[
https://issues.apache.org/jira/browse/CB-10178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15176702#comment-15176702
]
ASF GitHub Bot commented on CB-10178:
-------------------------------------
Github user rakatyal commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/528#discussion_r54811018
--- Diff: www/docs/en/dev/guide/overview/index.md ---
@@ -108,17 +106,15 @@ task, they each offer advantages:
- __Cross-platform (CLI) workflow__: Use this workflow if you want your app
to run on as many different mobile operating systems as possible,
- with little need for platform-specific development. This workflow
- centers around the `cordova` utility, otherwise known as the Cordova
- _CLI_. The CLI is a high-level tool that allows you to build projects
+ with little need for platform-specific development. This workflow
+ centers around the `cordova` CLI. The CLI is a high-level tool that
allows you to build projects
for many platforms at once, abstracting away much of the functionality
of
lower-level shell scripts. The CLI copies a common set of web assets into
subdirectories for each mobile platform, makes any necessary
configuration changes for each, runs build scripts to generate
application binaries. The CLI also provides a common interface to
- apply plugins to your app. For more details on the CLI, see The
- Command-Line Interface. Unless you have a need for the platform-centered
- workflow, the cross-platform workflow is recommended.
+ apply plugins to your app. To get started follow the steps in the
+ [Create your first app tutorial](../cli/index.html). Unless you have a
need for the platform-centered workflow, the cross-platform workflow is
recommended.
--- End diff --
Same. Remove 'tutorial' as part of the link.
> Unclear windows phone documentation for icons and splash screens
> ----------------------------------------------------------------
>
> Key: CB-10178
> URL: https://issues.apache.org/jira/browse/CB-10178
> Project: Apache Cordova
> Issue Type: Improvement
> Components: Docs
> Affects Versions: 5.4.0
> Environment: Phonegap CLI, building to Windows platform. Testing on
> physical windows phone device and on windows phone emulator.
> Reporter: Rupert McKay
> Assignee: Nikhil Khandelwal
> Priority: Minor
> Labels: Docs-6.x, triaged, windows
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> https://github.com/apache/cordova-docs/blob/master/www/docs/en/dev/config_ref/images.md
> In the section 'Configuring Icons in the CLI' the windows sections neglect to
> mention the affect adding a .scale-100 or .scale-240 extension can have to
> how source images get mapped to destination images.
> The examples provided will all default to mapping onto .scale-100.
> Recommend adding examples like the following:
> {code:xml}
> <platform name="windows">
> <icon src="www/res/windows/SplashScreenPhone.scale-240.png"
> width="1152" height="1920" />
> <icon src="www/res/windows/Square30x30Logo.scale-100.png" width="30"
> height="30" />
> <icon src="www/res/windows/Square44x44Logo.scale-100.png" width="44"
> height="44" />
> <icon src="www/res/windows/Square44x44Logo.scale-240.png" width="106"
> height="106" />
> <icon src="www/res/windows/Square70x70Logo.scale-100.png" width="70"
> height="70" />
> <icon src="www/res/windows/Square71x71Logo.scale-100.png" width="71"
> height="71" />
> <icon src="www/res/windows/Square71x71Logo.scale-240.png" width="170"
> height="170" />
> <icon src="www/res/windows/Square150x150Logo.scale-100.png"
> width="150" height="150" />
> <icon src="www/res/windows/Square150x150Logo.scale-240.png"
> width="360" height="360" />
> <icon src="www/res/windows/Square310x310Logo.scale-100.png"
> width="310" height="310" />
> <icon src="www/res/windows/StoreLogo.scale-100.png" width="50"
> height="50" />
> <icon src="www/res/windows/StoreLogo.scale-240.png" width="120"
> height="120" />
> <icon src="www/res/windows/Wide310x150Logo.scale-240.png" width="744"
> height="360" />
> <icon src="www/res/windows/Wide310x150Logo.scale-100.png" width="310"
> height="150" />
> <splash src="www/res/windows/SplashScreen.scale-100.png" width="620"
> height="300" />
> </platform>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]