gwt-api-generator
gwt-api-generator copied to clipboard
Polymer is not initialized with polymer-bundler imports
We are using polymer-bundler to import all needed elements at once. Because of that the method named whenPolymerLoaded is never called in com.vaadin.polymer.Polymer so for example the Polymer & Base will be null although we might still want to use that class which is not possible without those references.