varshluck / closure-stylesheets

Automatically exported from code.google.com/p/closure-stylesheets
Apache License 2.0
0 stars 0 forks source link

ant task for stylesheet clouser #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add customer ant task for building css from one or more gss source file.

similar solution exists for javascript closure.

http://code.google.com/p/closure-compiler/wiki/BuildingWithAnt

Original issue reported on code.google.com by songyunh...@gmail.com on 22 Nov 2011 at 2:48

GoogleCodeExporter commented 9 years ago

Original comment by bolinf...@google.com on 2 Dec 2011 at 10:16

GoogleCodeExporter commented 9 years ago
This would be very helpful. While I prefer the closure ant configuration with 
fine grained settings per group, it might also be worth taking a look at the 
wro4j config where you can specify css and js resources in a single group. As 
well as refer to other groups.

    <group name="base">
        <css>/path/to/file.css</css>

        <js>/path/to/file.js</js>

        <group-ref>other</group-ref>
    </group>

Original comment by shawn.ca...@gmail.com on 3 Oct 2012 at 3:36