Development

#3579 (minifying capabilities)

You must first sign up to be able to contribute.

Ticket #3579 (new enhancement)

Opened 5 months ago

Last modified 4 months ago

minifying capabilities

Reported by: Leon.van.der.Ree Assigned to: fabien
Priority: minor Milestone: plugins
Component: sfPJSPlugin Version: 1.0.16
Keywords: minify, pjs Cc:
Qualification: Unreviewed

Description

It would be very cool if this plugin was able to minify its javascript output.

I am making extensive use of this plugin in the sfExtjsThemePlugin and one day it would be nice to have this feature.

I know there already is an implementation with MIT license: http://code.google.com/p/jsmin-php/

Change History

06/17/08 12:03:02 changed by Leon.van.der.Ree

another nice addition would be beautifying capabilities,

when in development mode, it would be nice if it could beautify the result of generators, fixing tabs/spaces and enters.