forked from Archives/Athou_commafeed
preparing what will be needed to minify and concat resources for production use
This commit is contained in:
7
src/main/webapp/WEB-INF/wro.properties
Normal file
7
src/main/webapp/WEB-INF/wro.properties
Normal file
@@ -0,0 +1,7 @@
|
||||
#List of preProcessors
|
||||
preProcessors=semicolonAppender
|
||||
#List of postProcessors
|
||||
postProcessors=cssMin,googleClosureSimple
|
||||
|
||||
#hashStrategy=MD5
|
||||
#namingStrategy=hashEncoder-CRC32
|
||||
@@ -1,7 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<groups xmlns="http://www.isdc.ro/wro">
|
||||
<group name="core">
|
||||
|
||||
<group name="app">
|
||||
<css>/css/*.css</css>
|
||||
<js>/js/*.js</js>
|
||||
</group>
|
||||
|
||||
<group name="all">
|
||||
<js>/vendor/**.js</js>
|
||||
<group-ref>app</group-ref>
|
||||
</group>
|
||||
</groups>
|
||||
Reference in New Issue
Block a user