public void test() throws Exception {
final StopWatch watch = new StopWatch();
watch.start("load processors");
final List<ResourcePreProcessor> processors = loadProcessors();
LOG.debug("found: {} processors", processors.size());
watch.stop();
LOG.debug(watch.prettyPrint());
final String jsSample = IOUtils.toString(locator
.locate("http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.js"), "UTF-8");
final String cssSample = IOUtils.toString(locator