The problem is with JS-Min. Once I comment out line 233 in asset.php it packs up the JS just fine and renders it. However, we're no longer get Minified output.
On Jun 11, 2:53 am, RyOnLife <[email protected]> wrote: > 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-Cake... > 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 -~----------~----~----~----~------~----~------~--~---
