map.put(JSMinProcessor.ALIAS, new JSMinProcessor());
map.put(VariablizeColorsCssProcessor.ALIAS, new VariablizeColorsCssProcessor());
map.put(ConformColorsCssProcessor.ALIAS, new ConformColorsCssProcessor());
map.put(SingleLineCommentStripperProcessor.ALIAS, new SingleLineCommentStripperProcessor());
map.put(MultiLineCommentStripperProcessor.ALIAS, new MultiLineCommentStripperProcessor());
map.put(ConsoleStripperProcessor.ALIAS, new ConsoleStripperProcessor());
map.put(CssUrlAuthorizationProcessor.ALIAS, new CssUrlAuthorizationProcessor());
}