Needs review
Project:
Javascript Aggregator
Version:
6.x-1.5
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2011 at 11:34 UTC
Updated:
16 May 2012 at 07:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
AntiNSA commentedAnyone using this?
Comment #2
AntiNSA commentedSo, do you check the box for:
GZip JavaScript
Use php_jsmin instead of JSMin
Use JSMin+ instead of JSMin
aLL THREE, OR JUST ONE OF THREE , OR JUST GZ ZIP and php_jsmin?
Thanks for the help. Maybe good to put in readme
Comment #3
mikeytown2 commentedsubscribe/hijack... #1109978: Add support for php_jsmin extension
Committed this code
Comment #4
dougp commentedI made my own version of this without realising that someone had already done it. I like my version better, it replaces the "javascript_aggregator_jsminplus" variable with a "javascript_aggregator_minifier" setting which allows you to select only one minifier.
I think ideally though, the module would be extensible with some sort of hook to implement other minifiers/javascript processors, there are quite a few other ones out there.