**** BEGIN LOGGING AT Wed May 27 02:59:59 2015 May 27 15:31:40 Can anyone suggest resources for getting an Enyo app running as a Chrome app? I’m getting several error messages, but it’s not clear what the underlying problem is. May 27 15:32:28 DougReeder: http://slides.com/unwiredben/enyo-for-chrome-apps May 27 15:32:35 The key one is “Uncaught TypeError: App is not a function” Presumably the Chrome app container is choking on something in app.js May 27 15:32:40 Yeah, I read that. May 27 15:34:14 An odd one is “Uncaught No formats available for calendar gregorian in locale en-US”. I’m using enyo-ilib, not the globalization lib used with Enyo 2.2, that Ben used in his sample app. May 27 15:35:35 hrm May 27 15:35:53 I haven't used any of the enyo localization stuff, so I'm not sure about the errors related to that May 27 15:36:24 It kinda sounds like enyo-ilib has some problem running in a Chrome app container. May 27 15:37:24 It's possible, or it could be that the locale information was never loaded May 27 15:42:04 Under the Chrome browser, I get dozens of messages about GETs of files like …/resources/ilibmanifest.json not being found May 27 15:44:15 I presume it’s just allowing you to override its resources. May 27 15:45:21 Before the failures, it loads …/lib/enyo-ilib/ilib/locale/ilibmanifest.json May 27 15:45:58 maybe May 27 16:41:56 I get a similar issue if lib/enyo-ilib is not present for the minified app. https://developer.chrome.com/extensions/manifest/web_accessible_resources suggests that “resources” need to be accessed via a chrome-extension: URL, which is incompatible with any other container. **** ENDING LOGGING AT Thu May 28 02:59:58 2015