Closed (fixed)
Project:
Advanced CSS/JS Aggregation
Version:
7.x-2.x-dev
Component:
CSS/JS Compression
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2015 at 03:40 UTC
Updated:
12 Jun 2015 at 02:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mikeytown2 commentedAlso support for http so things like http://closure-compiler.appspot.com/ can be used.
Comment #2
bropp commentedWould love to be able to use closure compiler or any other recent js minifier (uglifyjs).
JSMin isn't supported anymore and I just discovered that a lot of my JS isn't being compressed because the included JSMin library (last updated in 2011) isn't compatible with ES5 code.
Comment #3
mikeytown2 commented@bropp
https://github.com/sqmk/pecl-jsmin was updated last month. This is what I recommend if your version of PHP is 5.3.10 or higher.
Comment #4
bropp commentedOk thanks, using the PECL extension worked much better.
Comment #5
mikeytown2 commentedFor windows there is AjaxMinifier.exe http://ajaxmin.codeplex.com/ so I need to make this work in windows and linux
Comment #7
mikeytown2 commentedPart 1 done. js compression via command line works.
Comment #9
mikeytown2 commented