chromium / caterpillar

Project to investigate porting Chrome Apps to websites.
Apache License 2.0
59 stars 31 forks source link

/ refers to the app root in a Chrome App, but the website root on the open web #45

Open m-alger opened 8 years ago

m-alger commented 8 years ago

/ refers to the app root in URLs in a Chrome App, but the website root on the open web. As a result of this difference, assets may fail in a converted app — maybe the converted app is hosted in a subdirectory of the website root, but the converted app looks for /css/styles.css. I'm not sure whether this is something we should try and fix?

penggangGitHub commented 5 years ago

改善