classes/phing/tasks/ext/jsmin/JsMinTask.php
\JsMinTask
Task to minify javascript files.
Requires JSMin which can be found at http://code.google.com/p/jsmin-php/ but is bundled with Phing so no additional install of JsMin is required.
- Extends from
- \Task
- author
- Frank Kleine
- copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.tasks.ext
- since
- 2.3.0
- version
- $Id: JsMinTask.php 1231 2011-07-25 20:11:53Z mrook $
Properties

boolean
$failonerror= 'false'
Whether the build should fail, if errors occured
falseDetails- Type
- boolean

boolean
$suffix= '-min'
Define if the target should use or not a suffix -min
-minDetails- Type
- boolean