Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
[npAssetsOptimizerPlugin] Added JPEG optimization default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
clemherreman committed May 26, 2011
1 parent 10a490c commit f6bc7a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/app.yml
Expand Up @@ -26,6 +26,13 @@ all:
driver: Pngout # driver name
folders: # folders to scan for PNG files to optimize
- %SF_WEB_DIR%/images # by default, contains the web/images folder
jpeg_image: # JPEG images configuration section
enabled: false # status of optimization
class: npOptimizerJpegImage # the JPEG image optimizer class to use
params: # optimizer class configuration
driver: Jpegtran # driver name
folders: # folders to scan for JPEG files to optimize (.jpg & .jpeg)
- %SF_WEB_DIR%/images # by default, contains the web/images folder

prod:
np_assets_optimizer_plugin:
Expand Down

0 comments on commit f6bc7a9

Please sign in to comment.