You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/02/13 23:03:21 UTC

[cordova-windows] branch janpio-prepare_script_in_e2e updated: fix www source folder

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-prepare_script_in_e2e
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git


The following commit(s) were added to refs/heads/janpio-prepare_script_in_e2e by this push:
     new f3f5dad  fix www source folder
f3f5dad is described below

commit f3f5dadcb2356269becae3dfcbaa26f07cd0bfb1
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Feb 14 00:03:13 2018 +0100

    fix www source folder
---
 template/cordova/prepare | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/cordova/prepare b/template/cordova/prepare
index e18b975..e919b77 100644
--- a/template/cordova/prepare
+++ b/template/cordova/prepare
@@ -50,7 +50,7 @@ var project = {
     projectConfig: new ConfigParser(path.join(projectRoot, 'config.xml')),
     locations: {
         plugins: path.join(projectRoot, 'plugins'),
-        www: path.join(projectRoot, 'platform_www')
+        www: path.join(projectRoot, 'www')
     }
 };
 

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org