Javascript library + images + etc as Vendor?

2008-06-05 Thread Bob Mattax
I'm trying to figure out where to put this javascript library and its associated files. I can't seem to figure it out. I put it in the app level vendor directory, but then I'm not sure how to access the images. I tried looking at the vendor examples, but they're pretty empty. Thanks bob

Re: Javascript library + images + etc as Vendor?

2008-06-05 Thread Rich
I put my js files in the app/webroot/js directory and then call them using ?php echo $javascript-link('myjsfile'); where myjsfile == myjsfile.js make sure to add Javascript as a helper . . . rich On Jun 5, 9:55 am, Bob Mattax [EMAIL PROTECTED] wrote: I'm trying to figure out where to put