Philippe Marschall wrote:
2007/2/27, Brad Fuller <brad(a)sonaural.com>om>:
I just updated to Lukas latest (you updated the
tab for your stylesheet)
and now the "File Library" (I think that's what it was called) under
Pier in the configuration is gone. This is where the "file library" was
set. I had it set to my library.
Let me tell you what happens: If I use PRPierLibrary only under
"Libraries" (at the top), no problem with css. If I remove
PRPierLibrary and use my own MyLibrary (which is just a copy of
PRPierLibrary) no css file.
This worked before with MyLibrary.
It looks as this has changed since FileLibrary can now automatically
include files.
ah... I knew there was a good reason.
PRPierLibrary is now a library like all the other
under
the 'Libraries' section, you need to remove it and add your file
library.
Additionally in your main file library (MyLibrary) you need to add the
following method
selectorsToInclude
^ #( styleCss )
or alternatively an array of the selectors of your main css files.
Yay, my styles are back.
Much obliged, Philippe!