Development

Changeset 3942

You must first sign up to be able to contribute.

Changeset 3942

Show
Ignore:
Timestamp:
05/06/07 21:27:23 (6 years ago)
Author:
gordon
Message:

update readme

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfMinifyPlugin/README

    r3941 r3942  
    1212== Usage == 
    1313 
    14 * Change the common filter in your 'filters.yml' to 
     14  * Change the common filter in your 'filters.yml' to 
    1515 
    1616{{{ 
     
    1919}}} 
    2020 
    21 * add this to you .htaccess file 
     21  * add this to you .htaccess file 
    2222 
    2323{{{ 
     
    3333}}} 
    3434 
    35 * copy 'plugins/sfMinifyPlugin/web/sfMinifyPlugin.php' to your 'web' dir and edit the constants 'SF_APP' and 'SF_ENVIRONMENT' 
     35  * copy 'plugins/sfMinifyPlugin/web/sfMinifyPlugin.php' to your 'web' dir and edit the constants 'SF_APP' and 'SF_ENVIRONMENT' 
    3636 
    37 * you can use some minify  
     37  * you can use some minify  
    3838{{{ 
    3939all: 
    4040  minify: 
    41  # this values use as default symfony settings (see 'settings.yml') 
     41    # this values use as default symfony settings (see 'settings.yml') 
    4242    encoding: utf-8 
    4343    use_cache: false 
    4444 
    45  # this values use as default the minify settings 
     45    # this values use as default the minify settings 
    4646    base_dir:  
    4747    cache_dir: 
     
    5252=== Api === 
    5353 
    54 * include the helper 
     54  * include the helper 
    5555{{{ 
    5656<?php use_helper('sfMinify') ?> 
    5757}}} 
    5858 
    59 * use 'minify_include_javascript' and 'minify_include_stylesheets' instate of 'include_javascript' and 'include_javascript'  
     59  * use 'minify_include_javascript' and 'minify_include_stylesheets' instate of 'include_javascript' and 'include_javascript'  
    6060 
    6161== Attention == 
    6262 
    63 * css hacks not works, minify remove all comments 
     63  * css hacks not works, minify remove all comments 
    6464 
    6565== Todos == 
    6666 
    67 * symlinks e.q. sf/ 
    68 * rewrite javascript helper 
     67  * symlinks e.q. sf/ 
     68  * rewrite javascript helper 
    6969 
    7070== Changelog == 
     
    7272=== 0.1.0 === 
    7373 
    74 * initial release 
     74  * initial release