Open ussuri opened 9 years ago
:+1: You might also want to keep an eye on Polymer Designer 2:
Sorry, didn't see your reply. Yes, I know about Polymer Designer 2, and I personally know Justin, who is working on it :) So as soon as it's ready, maybe...
As suggested by @m4b. I'd predict that this will have only a limited success at best, since Polymer Designer has been long abandoned by the Polymer team, and highly likely won't work with Polymer 1.0.0.
"Given that polymer 1.0 was just released, as well as polymer-starter-kit, might be better to adapt/integrate with the import pattern of the latter?
For example, the current structure looks something like:
where
index.html
importsapp/elements.html
, andelements.html
imports everything else, including custom elements.Moreover, due to this structure and the use of gulp, the imports are all now relative, e.g.:
../bower_components/
.So it might be best to integrate the generated paths for this new method, assuming CDE integrates or provides templates for a polymer-starter-app kind of template?"