| Class | Description |
|---|---|
| AbstractLinterProcessor |
Processor which analyze the js code and warns you about any problems.
|
| BeautifyJsProcessor |
Perform a beautify operation on javascript by nicely formatting it.
|
| CJsonProcessor |
A processor using cjson compression algorithm:
http://stevehanov.ca/blog/index.php?id=104. |
| CoffeeScriptProcessor |
Similar to
RhinoCoffeeScriptProcessor but will prefer using NodeCoffeeScriptProcessor if it is supported and
will fallback to rhino based processor. |
| DojoShrinksafeCompressorProcessor |
Compresses javascript code using compressor implemented by Dojo Shrinksafe utility.
|
| DustJsProcessor |
A processor for dustJs template framework.
|
| EmberJsProcessor |
Compiles EmberJS templates to javascript.
|
| GoogleClosureCompressorProcessor |
Uses Google closure compiler for js minimization.
|
| HandlebarsJsProcessor |
Compiles HandlebarsJS templates to javascript.
|
| HoganJsProcessor |
A processor for hogan.js template framework.
|
| JsHintProcessor |
Processor which analyze the js code and warns you about any problems.
|
| JsLintProcessor |
Processor which analyze the js code and warns you about any problems.
|
| JsonHPackProcessor |
A processor using json.hpack compression algorithm: @see https://github.com/WebReflection/json.hpack
|
| JsTemplateCompilerProcessor |
A base class for template processors like: dustJS or hoganJS.
|
| NodeCoffeeScriptProcessor |
Important node: this processor is not cross platform and has some pre-requesites in order to work.
|
| PackerJsProcessor |
Uses Dean Edwards packer utility to pack js resources.
|
| RhinoCoffeeScriptProcessor |
Uses coffee script
http://jashkenas.github.com/coffee-script/ to compile to javascript code. |
| TypeScriptProcessor |
Important node: this processor is not cross platform and has some pre-requesites in order to work.
|
| UglifyJsProcessor |
Compress js using uglifyJs utility.
|
Copyright © 2008-2013. All Rights Reserved.