chromium / caterpillar

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

Generating service worker fails when some Unicode paths need to be cached #24

Closed m-alger closed 8 years ago

m-alger commented 8 years ago

Use this config file:

{
  "boilerplate_dir": "caterpillar-boilerplate-\ud83d\udcc2", 
  "report_dir": "report-caterpillar-\u2611", 
  "start_url": "index.html"
}

Convert an app. Service worker generation raises errors.

m-alger commented 8 years ago

Resolved in this CL.