ArcBees / gwtp-eclipse-plugin

GWT-Platform (GWTP) Eclipse Plugin
20 stars 15 forks source link

Can we auto zip templates during build? #107

Open rdwallis opened 9 years ago

rdwallis commented 9 years ago

At the moment if you change a template file you have to recreate the corresponding zip file or the changes won't reflect in the build.

The zip files are used to maintain the directory heirachy because getResource() strips that for some reason.

It would be nice if the zip files were created from the template files during the build process instead of being part of the source.

Anyone know how to do that?