preparing what will be needed to minify and concat resources for production use

This commit is contained in:
Athou
2013-04-26 22:34:08 +02:00
parent 56ba907ec5
commit ac47bd61a0
6 changed files with 10003 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
#List of preProcessors
preProcessors=semicolonAppender
#List of postProcessors
postProcessors=cssMin,googleClosureSimple
#hashStrategy=MD5
#namingStrategy=hashEncoder-CRC32

View File

@@ -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>