Development

Changeset 8962

You must first sign up to be able to contribute.

Changeset 8962

Show
Ignore:
Timestamp:
05/14/08 20:38:25 (2 months ago)
Author:
Jonathan.Todd
Message:

sfYUIPlugin: branches/jtodd - Cleaned up settings.yml file

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfYUIPlugin/branches/jtodd/config/settings.yml

    r8959 r8962  
    77  yui_externals_dir:  '/sfYUIPlugin/js/externals' # Path to script which aren't included w/ YUI 
    88  yui_version:        '2.5.1' 
    9    
    10 # sfConfig::set('sf_yui_js_dir',    '/sfYUIPlugin/js/yui'); 
    11 # sfConfig::set('sf_yuiext_js_dir', '/sfYUIPlugin/js/yui-ext'); 
    12 # sfConfig::set('sf_yui_js_suffix', ''); 
    13  
    14 # # Settings for YUI served by Yahoo's CDN 
    15 # sfConfig::set('sf_yui_use_cdn',true); # Use Yahoo's CDN to  serve files 
    16 # sfConfig::set('sf_yui_cdn_url', 'http://yui.yahooapis.com'); # CDN Hosting YUI files 
    17 # sfConfig::set('sf_yui_cdn_version', '2.5.1'); # Version of YUI files to use 
    18 # sfConfig::set('sf_yui_cdn_folder', '/build'); # Folder containing scripts 
    19 #  
    20 # # Path to externals. Theses are script that use YUI but aren't included with YUI 
    21 # sfConfig::set('sf_yui_externals_dir',    '/sfYUIPlugin/js/externals');