You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/11/17 22:39:21 UTC

cordova-plugins git commit: Renamed app path from 'app' to 'www'.

Repository: cordova-plugins
Updated Branches:
  refs/heads/master 85bf5707b -> fddacd6d6


Renamed app path from 'app' to 'www'.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/fddacd6d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/fddacd6d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/fddacd6d

Branch: refs/heads/master
Commit: fddacd6d65747e02e639b6f7972914d8c3c36915
Parents: 85bf570
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Nov 17 13:39:20 2014 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Nov 17 13:39:20 2014 -0800

----------------------------------------------------------------------
 local-webserver/src/ios/CDVLocalWebServer.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/fddacd6d/local-webserver/src/ios/CDVLocalWebServer.m
----------------------------------------------------------------------
diff --git a/local-webserver/src/ios/CDVLocalWebServer.m b/local-webserver/src/ios/CDVLocalWebServer.m
index 15fb665..873581f 100644
--- a/local-webserver/src/ios/CDVLocalWebServer.m
+++ b/local-webserver/src/ios/CDVLocalWebServer.m
@@ -28,7 +28,7 @@
 
     BOOL useLocalWebServer = NO;
     NSString* indexPage = @"index.html";
-    NSString* subPath = @"app";
+    NSString* subPath = @"www";
     NSUInteger port = 80;
 
     // check the content tag src


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