}.given(HTML_STATIC_STRIPPED).given(CSS_NAMESPACED)
.produces(JS),
new Tool() {
public void operate(PlanInputs in, List<Pipeline.Stage<Jobs>> out) {
out.add(new HtmlToBundleStage(in.cssSchema, in.htmlSchema));
}
}.given(HTML_STATIC_STRIPPED).given(CSS_NAMESPACED)
.produces(JS).produces(HTML_SAFE_STATIC),
new Tool() {