You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/02/10 23:51:00 UTC

git commit: CB-5908: add notice about file usage

Updated Branches:
  refs/heads/master d05e75597 -> 9907d542e


CB-5908: add notice about file usage

Make it clear to developers that these files do not automatically flow into
a new project created with the CLI. This should get corrected when support
for icons and splashscreens is added to the CLI.


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/commit/9907d542
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/9907d542
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/9907d542

Branch: refs/heads/master
Commit: 9907d542e2481f9e2595f143c8aaa8e8ead69821
Parents: d05e755
Author: Marcel Kinard <cm...@gmail.com>
Authored: Mon Feb 10 17:49:16 2014 -0500
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Mon Feb 10 17:49:16 2014 -0500

----------------------------------------------------------------------
 res/README.md | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/9907d542/res/README.md
----------------------------------------------------------------------
diff --git a/res/README.md b/res/README.md
new file mode 100644
index 0000000..caa8d09
--- /dev/null
+++ b/res/README.md
@@ -0,0 +1,8 @@
+Note that these image resources are not copied into a project when a project
+is created with the CLI. Although there are default image resources in a
+newly-created project, those come from the platform-specific project template,
+which can generally be found in the platform's `template` directory. Until
+icon and splashscreen support is added to the CLI, these image resources
+aren't used directly.
+
+See https://issues.apache.org/jira/browse/CB-5145