Advertisement
Guest User

Untitled

a guest
Jun 1st, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. [General]
  2. cacheConfig = true
  3. alwaysEnableController = true
  4.  
  5. [js]
  6. cachePath = WEBROOT/cache_js/
  7.  
  8. [css]
  9. cachePath = WEBROOT/cache_css/
  10.  
  11. [filter_CssMinfilter]
  12. path = cssmin/cssmin-v3.0.1.php
  13.  
  14. [all.css]
  15. files[] = bootstrap.min.css
  16. files[] = bootstrap-responsive.min.css
  17. files[] = main-style.css
  18. ;filters[] = CssMinfilter
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement