Pdc AppDev created CB-13202: ------------------------------- Summary: iOS builds works only with lowercase directory names Key: CB-13202 URL: https://issues.apache.org/jira/browse/CB-13202 Project: Apache Cordova Issue Type: Bug Components: cordova-cli Affects Versions: 7.0.1 Environment: Development: Use Windows and Windows zip to create file for upload to PGB. Browser used for upload=Chrome. Testing: Error seen on iPod Touch. Reporter: Pdc AppDev
I have an app with an index.html which amongst other things contain lines like this <link rel="stylesheet" href="CSS/styles.css"> and <script type="text/javascript" src="JS/custom.js"></script> Now this works like a dream if I build with cli-6.5.0 - both for iOS and Android. If I build with cli-7.0.1 it only works for Android, and I can see in iOS that the files styles.css and custom.js are simply not loaded. However, if I change the directory names to lowercase and correspondingly change to <link rel="stylesheet" href="css/styles.css"> and <script type="text/javascript" src="js/custom.js"></script> it works also for iOS on cli-7.0.1. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org