Follow Polymer on Google+: plus.google.com/107187849809354688692
---
You received this message because you are subscribed to the Google Groups "Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to polymer-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/af04f297-fc30-40a3-9b27-be9d8f5d25a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
yo polymer
(I select core and paper elements only)<!doctype html><html>
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Polymer WebApp</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css styles/main.css --> <link rel="stylesheet" href="styles/main.css"> <!-- endbuild-->
<script src="bower_components/platform/platform.js"></script> <!-- build:vulcanized elements/elements.vulcanized.html --> <link rel="import" href="elements/elements.html"> <!-- endbuild--> <link rel="import" href="bower_components/paper-button/paper-button.html"></head>
<body unresolved>
<div class="hero-unit"> <yo-greeting></yo-greeting> <p>You now have</p> <yo-list></yo-list> </div>
<!-- build:js scripts/app.js --> <script src="scripts/app.js"></script> <!-- endbuild--></body>
</html>
grunt
cd dist
python -m SimpleHTTPServer
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/6fec9f85-5d3e-4812-8ab2-ef7e2b093868%40googlegroups.com.
Yes sure,we are using 0.4.2 so I when I extract the component to put in a separated repo I told the chance to move it to 0.5.1, so something from 0.4.2 can be there :)
We are using just one element.html were we declared all the components used as you mention. In 0.4.2 we have some issue with paths when vulcanized is running,it seems that is not able to resolve relative paths,so we have to take care of put the same path in all the includes
Best
Ignacio