Saturday, August 1, 2009

Re: Vendors handling with js/css script packages without breaking their file structure

usually - if you look in your /app/webroot/js/ folder - you have a
file called vendors.php
that does what you are looking for:

* Short description for file.
*
* This file includes js vendor-files from /vendor/ directory if they
need to
* be accessible to the public.

yours, mark

On 1 Aug., 22:21, Miles J <mileswjohn...@gmail.com> wrote:
> @AD7six - I was referring more to a setup like this, probably should
> of made it clearer.
>
> /app/vendors/some_vendor_system/css/their_files.css
>
> You are unable to link to those files by doing it like, or any other
> alternative:
>
> $html->link('/vendors/some_vendor_system/css/their_files.css');
>
> I spent a good 2 days trying to figure this out and also asked Nate
> and Matt curry to no avail.
--~--~---------~--~----~------------~-------~--~----~
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: