The process for adding CSS and JS to the head of pages has changed so that they automatically get cached as static files ... in /cache as you've noticed. It should be available from the application's webroot. I guess you might have issues if ColdFusion doesn't have write permission or something. Could that be the case here?
Blair On Thu, Feb 25, 2010 at 2:53 AM, James Buckingham <[email protected]>wrote: > Hiya, > > I've just switched my core from 5.2.7 to 6 and although the site seems > to be running fine the styles / JS files can't be found for the > webtop. > > Looking at the produced HTML it seems to be looking for a /cache file. > For example : > > <!-- > ID: webtop > baseHREF: /webtop/css > FILES: reset.css,fonts.css,main.css > --> > > <link rel="stylesheet" > type="text/css" href="/cache/ > webtop--1267025459484-CD17D22CB5B9C2CC059B65982B6BA5AE- > D41D8CD98F00B204E9800998ECF8427E-D41D8CD98F00B204E9800998ECF8427E.css" > media="all" > > > I had a look around in the docs / Googling but couldn't find anything > specific to the installation of FC6.0 > > Has anyone else hit this problem? > > Cheers, > James > > -- > You received this message cos you are subscribed to "farcry-dev" Google > group. > To post, email: [email protected] > To unsubscribe, email: > [email protected]<farcry-dev%[email protected]> > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
