I'm tailing my logs and nothing suspicious is turning up.
Re: the #3 instruction from above, I did realize I was getting a helper error when Cake was in debug mode, so now using: app/plugins/asset/views/helpers/asset.php So, I've got the helper plugin working correctly when Cake is in debug mode and it doesn't have to compress anything. But when Cake goes out of debug mode, the source markup still stops where the CSS/JS should be linked. I'm using this in my default layout: <?php echo $asset->scripts_for_layout(); ?> That's in place of Cake's normal: <?php echo $scripts_for_layout; ?> -- View this message in context: http://n2.nabble.com/Help-debugging-pseudocoder.com-Asset-Packer-CakePHP-Plugin-tp3060340p3060420.html Sent from the CakePHP mailing list archive at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
