To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Changeset 1714

Show
Ignore:
Timestamp:
07/07/10 12:07:25 (23 months ago)
Author:
johnnyoffline
Message:

added use_bundled_stylesheet: true to app.yml to be explicit and make it easier to turn it off it desired

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandboxes/asandbox/branches/1.4/apps/frontend/config/app.yml

    r1601 r1714  
    22all: 
    33  a: 
     4    # includes a.css into the project 
     5    use_bundled_stylesheet: true 
     6     
    47    # default button order for P'unk Projects 
    58    global_button_order: 
     
    153156    admin_credential: media_admin 
    154157    upload_credential: media_upload 
    155     use_bundled_layout: false 
     158    use_bundled_layout: false     
    156159    embed_codes: true         
    157160