Hello, I'm trying to understand what exactly Vulcanize do.
For what I understood, it creates som build files including all components I used and it's imports as well. But I realize that some files are being requested apart like "*polymer-gestures*" sources, " *components/polymer-focusable/polymer-mixin.js*" and " *components/core-focusable/core-focusable.js*" (img attached). After some search I realize that at least polymer-gestures sources, inside 'components/polumer-gestures/polymer-gestures.html', are included via *<script src="file"/>* instead of *<link import="file"/>* (Polymer Gestures <https://github.com/Polymer/polymer-gestures/blob/master/polymer-gestures.html> and Core-overlay <https://github.com/Polymer/core-overlay/blob/master/core-overlay.html> for comparing). Is that related in any way? Is there anything I can do to get every single dependencies in one file? 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/ea5c9b41-088d-4ec0-8840-8d39b9ab960c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
