* de.matrixweb.smaller.resource.Resource, java.util.Map)
*/
@Override
public Resource execute(final VFS vfs, final Resource resource,
final Map<String, Object> options) throws IOException {
return ProcessorUtil.process(vfs, resource, "js", new ProcessorCallback() {
@Override
public void call(final Reader reader, final Writer writer)
throws IOException {
compile(reader, writer, options);
}