all: .settings: # tom@punkave.com: this is a directory, containing multiple things, # not an individual file (see similar cases in a default # application's config/settings.yml). If people use the standard # symbolic link they won't change this. A trailing / is not # required (again, see those other cases). # Also it should be the plugin's main webdir, not the /js subfolder, # for consistency with other plugins. # Note that individual javascript files will be looked for in a /js subfolder # of the folder you name here. jquery_web_dir: /sfJqueryReloadedPlugin # tom@punkave.com: this is a filename WITHIN jquery_web_dir/js. # Some users might have other builds of jquery. jquery_core: jquery-1.3.2.min.js # tom@punkave.com: This is within jquery_web_dir/js/plugins. # Since a full build of jquery UI is quite large, this is a minimized build # with only features actually used by at least one helper. And we load # it only if at least one of those helpers is used. # You can substitute another version if you wish jquery_ui: jquery-ui-1.7.2.custom.min.js # bruno.adele@jesuislibre.org This is within jquery_web_dir/js/plugins. # http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ jquery_autocomplete: jquery.autocomplete.min.js # jquery_sortable maps to jquery_ui for backwards compatibility with code that # explicitly loads the former by name