Typhlosaurus
Results
2
comments of
Typhlosaurus
@sobrle: gulp-war only does two things - it adds a web.xml file and an empty META-INF to its input stream. The compression is implemented separately, by gulp-zip. If you don't...
@sobrle In your position I would suggest using gulp to generate my assets before using maven to generate the war file, as maven has much deeper understanding of war files...