I went ahead and wrote a shell command to build up the css files into
a single one for now.
find components/ -name *.css -exec echo "/*** file: {} */" \; -exec
cat {} \; >> InfusionAll.css

Would I need any others or should the ones in components cover them all?
-AZ


On Wed, Jul 29, 2009 at 3:21 PM, Jacob Farber<[email protected]> wrote:
> Hi Aaron,
> At this moment, there is no way to automatically build multiple css files 
> into a single file (the paths will break). The safest bet is to refer to them 
> separately.
> Hope that helps,
> Jacob
>
>
> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of Aaron Zeckoski
> Sent: Wednesday, July 29, 2009 10:05 AM
> To: fluid-work
> Subject: Is there a FluidAll.css?
>
> Is there a way to get all the fluid css as a single file or do I need
> to (1) make one from the css files in components or (2) refer to them
> all separately?
> Thanks
> -AZ
>
> --
> Aaron Zeckoski (azeckoski (at) vt.edu)
> Senior Research Engineer - CARET - University of Cambridge
> https://twitter.com/azeckoski - http://www.linkedin.com/in/azeckoski
> http://aaronz-sakai.blogspot.com/ - http://tinyurl.com/azprofile
> _______________________________________________________
> fluid-work mailing list - [email protected]
> To unsubscribe, change settings or access archives,
> see http://fluidproject.org/mailman/listinfo/fluid-work
>



-- 
Aaron Zeckoski (azeckoski (at) vt.edu)
Senior Research Engineer - CARET - University of Cambridge
https://twitter.com/azeckoski - http://www.linkedin.com/in/azeckoski
http://aaronz-sakai.blogspot.com/ - http://tinyurl.com/azprofile
_______________________________________________________
fluid-work mailing list - [email protected]
To unsubscribe, change settings or access archives,
see http://fluidproject.org/mailman/listinfo/fluid-work

Reply via email to