SwellRT / swellrt

SwellRT main project. Server, JavaScript and Java clients
http://swellrt.org/
Apache License 2.0
234 stars 34 forks source link

Current javascript is not minimized / gziped #193

Closed atd closed 8 years ago

atd commented 8 years ago

Current js is at http://demo.swellrt.org/swellrt/F4E375C09311C6E15FAE874378E51EAE.cache.js

Current size: 3.4 MB

pablojan commented 8 years ago

Fixed in v0.55.1-alpha Actually the fix is to change jenkins build config from:

./gradlew clean jar compileJsWebDev test createDistBin

to

./gradlew clean jar compileJsWeb test createDistBin