Friday, June 26, 2009

Re: Including js/css files from vendors

I have tried these 2 ways, and neither have worked:

echo $javascript->link('/vendors/markitup/jquery.markitup.pack.js',
true);
echo $javascript->link('vendors.php?file=/markitup/
jquery.markitup.pack.js', true);

On Jun 26, 1:23 am, Miles J <mileswjohn...@gmail.com> wrote:
> So I have a vendor folder (within the app vendors) that has js and css
> files in them. I need to include them in the website but cannot figure
> out how to do it with $html->css() and $javascript->link(). Any ideas?
--~--~---------~--~----~------------~-------~--~----~
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+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: