Re: Vaadin GWT Polymer Elements adds about 5000 new files to the release

2016-09-21 Thread Tony
thank you. I was able to exclude a large number of them via the appengine-web.xml using exclusion filters: thx for the quick reply. On Tuesday, September 20, 2016 at 5:27:14 PM UTC-4, zakaria amine wrote: > > gwt-polymer-elements adds the bower_components for polymer which contains > all

Re: Vaadin GWT Polymer Elements adds about 5000 new files to the release

2016-09-20 Thread zakaria amine
gwt-polymer-elements adds the bower_components for polymer which contains all the polymer elements to your module. It is added automatically because it is in the public folder in the package com.vaadin.polymer. One solution I can think of is to rebuild the library and exclude it from the jar.

Vaadin GWT Polymer Elements adds about 5000 new files to the release

2016-09-20 Thread Tony
Hi I was able to get the Vaadin GWT Polymer framework integrated into my project. However, it seems like just adding the vaadin polymer library caused the GWT application to now include a little over 5000 static files in the release. So adding this line in my gwt.xml causes the staging