search for: jqueryfolder

Displaying 1 result from an estimated 1 matches for "jqueryfolder".

2012 Mar 25
1
Sub Directories in the Assets Folder
New to working with Rails assets, and have been having a hard time finding a solution to what I am doing. I have some jQuery files along with css and images, organized into folders based on the feature I am using, all with relative paths. For instance, JqueryFolder will have a js, css, images, etc. inside of itself - all linking to each other. I''m looking to load all of the js, css, & image files into the assets for certain pages only without having to change all of the relative paths. Am I better off not placing it in the assets folder at all a...