mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
preparing what will be needed to minify and concat resources for production use
This commit is contained in:
@@ -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