I am trying to use the Minify Helper as found in the bakery.

http://bakery.cakephp.org/articles/view/minify-helper-for-cakephp

But I am not naming extra css, or js in my layouts, I am calling them from
the views. I have styles.css and jquery.js in the layout only and in the
views calling the js or additional css that I need for that view.

<?php echo $javascript->link(array('jeditable' , 'jquery.history'), false);
?> so my layout has <?php echo $scripts_for_layout; ?>

The doc "Use $minify->js() and $minify->css() functions in the layout."

Wondering how to use it in my particular setup?

 
Dave


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to