added bootstrap webjar

This commit is contained in:
Athou
2014-03-03 11:33:44 +01:00
parent 840bc2ef7a
commit 464ac36ddb
8 changed files with 27 additions and 29 deletions

View File

@@ -20,6 +20,7 @@ public class WroAdditionalProvider implements ProcessorProvider {
map.put("sassOnlyProcessor", new SassOnlyProcessor());
map.put("sassImport", new SassImportProcessor());
map.put("timestamp", new TimestampProcessor());
map.put("cssUrlRewriting", new CustomCssUrlRewritingProcessor());
return map;
}