Fix the HCP on a route (like /something) problem on iOS

addresses #2632 partially (only iOS)
This commit is contained in:
Slava Kim
2014-09-24 23:38:18 -07:00
parent 5beb6ef982
commit 448ea0ea7f

View File

@@ -68,5 +68,5 @@ Package.on_use(function(api) {
Cordova.depends({
'org.apache.cordova.device': '0.2.11',
'com.rjfun.cordova.httpd': 'https://github.com/meteor/cordova-httpd/tarball/0f1c8bc17e567c57a68427b0fe5e692ab6568d7f'
'com.rjfun.cordova.httpd': 'https://github.com/meteor/cordova-httpd/tarball/f68bcb43be30878823718bcd01bd6d97561eb337'
});