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 and
Core-overlay for comparing).
Is that related in any way? Is there anything I can do to get every single dependencies in one file?