Changeset 3942
- Timestamp:
- 05/06/07 21:27:23 (6 years ago)
- Files:
-
- plugins/sfMinifyPlugin/README (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfMinifyPlugin/README
r3941 r3942 12 12 == Usage == 13 13 14 * Change the common filter in your 'filters.yml' to14 * Change the common filter in your 'filters.yml' to 15 15 16 16 {{{ … … 19 19 }}} 20 20 21 * add this to you .htaccess file21 * add this to you .htaccess file 22 22 23 23 {{{ … … 33 33 }}} 34 34 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' 36 36 37 * you can use some minify37 * you can use some minify 38 38 {{{ 39 39 all: 40 40 minify: 41 # this values use as default symfony settings (see 'settings.yml')41 # this values use as default symfony settings (see 'settings.yml') 42 42 encoding: utf-8 43 43 use_cache: false 44 44 45 # this values use as default the minify settings45 # this values use as default the minify settings 46 46 base_dir: 47 47 cache_dir: … … 52 52 === Api === 53 53 54 * include the helper54 * include the helper 55 55 {{{ 56 56 <?php use_helper('sfMinify') ?> 57 57 }}} 58 58 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' 60 60 61 61 == Attention == 62 62 63 * css hacks not works, minify remove all comments63 * css hacks not works, minify remove all comments 64 64 65 65 == Todos == 66 66 67 * symlinks e.q. sf/68 * rewrite javascript helper67 * symlinks e.q. sf/ 68 * rewrite javascript helper 69 69 70 70 == Changelog == … … 72 72 === 0.1.0 === 73 73 74 * initial release74 * initial release