closure-stylesheets icon indicating copy to clipboard operation
closure-stylesheets copied to clipboard

ant task for stylesheet clouser

Open iflan opened this issue 10 years ago • 2 comments
trafficstars

Originally reported on Google Code with ID 6

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

Reported by songyunhui2008 on 2011-11-22 02:48:23

iflan avatar Oct 23 '15 20:10 iflan

Reported by [email protected] on 2011-12-02 22:16:04

  • Labels added: Type-Enhancement
  • Labels removed: Type-Defect

iflan avatar Oct 23 '15 20:10 iflan

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>


Reported by shawn.carrillo on 2012-10-03 15:36:11

iflan avatar Oct 23 '15 20:10 iflan