Skip to content
Snippets Groups Projects
  1. Jan 05, 2015
    • Adam Williamson's avatar
      allow css/js asset directory to be relocated (#13053) · bb79aac7
      Adam Williamson authored
      This allows the directory where CSS/JS asset collections are
      written to be changed, in case SERVERROOT is not writeable. Note
      it does *not* allow the expected URL to be changed: whatever
      directory is used, the server must be configured to serve it
      at WEBROOT/assets. It may be possible to add another config
      parameter to allow the admin to specify a custom asset URL,
      but I thought I'd keep the first implementation simple.
      bb79aac7
  2. Oct 17, 2014
    • Thomas Müller's avatar
      adding cssmin and jssmin(minify) · 93b0f1a3
      Thomas Müller authored
      adding argument deleteSelf to rmdirr() - if false the directory itself will not be deleted only it's content
      
      adding repair step to clean the asset cache after upgrade + coding style adjustments
      93b0f1a3
Loading