manolo / gwt-api-generator

Generator for creating GWT JSInterop clients from Polymer Web Components
Apache License 2.0
50 stars 24 forks source link

Allow generate java code from packages installed in bower_components #51

Closed manolo closed 8 years ago

manolo commented 9 years ago

Right now it is mandatory to pass bower packages so as they are downloaded and installed before parsing them.

But it should be nice to allow parsing all packages installed by hand by the user in the current folder so as this simple procedure works:

 $ bower install gitusername/mypolymerelement
 $ gwt-api-generator
manolo commented 9 years ago

connects to vaadin/components-team-tasks#34