Ticket #3422 (closed feature: fixed)

Opened 22 months ago

Last modified 20 months ago

build: Allow compress larger font sizes using Closure Compiler Service

Reported by: jorix Owned by:
Priority: minor Milestone: 2.12 Release
Component: general Version: 2.10
Keywords: build closure_ws Cc:
State: Review

Description

The patch proposes to make a pre-compression using jsmin if the size is over 1000KB. E.G. this allows to compress full.cfg using this web service.

build.py -c closure_ws full
no longer fails!

Attachments

3422.patch Download (1.2 KB) - added by jorix 22 months ago.

Change History

Changed 22 months ago by jorix

Changed 22 months ago by jorix

  • state set to Review

Note: 3422.patch Download also improves the error messages using build.py -c closure_ws

Changed 20 months ago by openlayersgit

  • status changed from new to closed
  • resolution set to fixed

(In [12408]) Modify build script to support minimizing with jsmin before passing to closure webservice for closure_ws. (Closes #3422)

Note: See TracTickets for help on using tickets.