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

Changeset 4425 for sandboxes

Show
Ignore:
Timestamp:
12/16/11 18:01:56 (5 months ago)
Author:
johnnyoffline
Message:

added the default LESS import directories to asandbox app.yml

Files:
1 modified

Legend:

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

    r4423 r4425  
    312312    #### Apostrophe Styles & Javascript  
    313313     
     314    # Default @import path in LESS 
     315    # Looks in the web/css first, falls back to plugin/web/css second, falls back to files current directory last 
     316    less_import_directory:  
     317      - SF_WEB_DIR/css 
     318      - SF_PLUGINS_DIR/apostrophePlugin/web/css 
     319      - SELF_DIR 
     320     
    314321    # Minifier will allow you to group assets together 
    315322    asset_group: global                       # Default group for minifier assets