You'll also need the FSS files which you'll find in the framework
section of the repository: http://source.fluidproject.org/svn/fluid/infusion/trunk/src/webapp/framework/fss/
As for the order of the files, we have json files in the repository
that lists the files related to a component and the component
dependencies. We use these json files when we construct the
InfusionAll javascript because of course the order javascript files
are loaded in also matters. I'm not sure whether we actually tested
this with CSS - Justin may be able to answer that. Here's an example
of the json dependency file for the InlineEdit component: http://source.fluidproject.org/svn/fluid/infusion/trunk/src/webapp/components/inlineEdit/inlineEditDependencies.json
Hope this helps,
Michelle
On 29-Jul-09, at 10:44 AM, Aaron Zeckoski wrote:
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
------------------------------------------------------
Michelle D'Souza
Software Developer, Fluid Project
Adaptive Technology Resource Centre
University of Toronto
_______________________________________________________
fluid-work mailing list - [email protected]
To unsubscribe, change settings or access archives,
see http://fluidproject.org/mailman/listinfo/fluid-work