Skip to content

myYearbook/Puree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puree is a PHP-based service for combining/packing CSS and combining JS based on a specific path and query format

Configure Puree with configuration options in index.php

  • ASSETS_URL - The URL where your assets live (if using relative URLs in CSS)
  • INSTALL_PATH - The relative path to document root for your script installation
  • PATH_PREFIX_CSS - The path relative to index.php where we can find CSS assets to include
  • PATH_PREFIX_JS - The path relative to index.php where we can find JS assets to include
  • Optional: function logError( ... ) - Define functionality for logging in case of error

Releases

No releases published

Packages

No packages published

Languages