Differential / meteor-vulcanize

Vulcanize html imports in your meteor app.
32 stars 15 forks source link

vulcanize w/cordova loses all polymer styling #14

Open rkstar opened 9 years ago

rkstar commented 9 years ago

as noted in this repo: https://github.com/appshore/meteor-polymer-mobile#issues

i have a functional demo running fine in browser, but ios simulator launches app with no styling whatsoever.

i tried VULCANIZE=false meteor run ios but it still vulcanizes my files.

willoughby commented 9 years ago

Have you gotten anywhere with this?

Inspecting the webview in a ios simulator vulcanize isn't adding any imports.

tdesc commented 9 years ago

Plugin not inject vulcanized.html for cordova build. Plugin.registerSourceHandler("json" even don't have (compileStep.arch === "web.browser" || compileStep.arch === "web.cordova").