How would I import an entire JS library, with associated CSS and IMG files into CakePHP?
I'm trying to get jQuery.Gantt Chart into my project.
I've tried splitting it up into the three folders to conform with Cake's structure but there are so many js files and references that need to be fixed - I can't get the tool to work once I meddle around with it. Is there an easier way to import this into CakePHP?