Skip to content

Asset compress 0.7

Compare
Choose a tag to compare
@markstory markstory released this 25 Aug 16:25
· 520 commits to 5.x since this release
v0.7

Backwards Incompatible Changes

  • AssetCompress requires at least CakePHP 2.2.0. As of 0.7 the controller has been replaced
    by a dispatcher filter, which requires CakePHP 2.2.0.

Other changes

  • Import paths are now set for the less filter.
  • ROOT/ no longer needs // to work correctly.
  • paths[] can now contain remote URL's allowing you to create build files
    using assets on CDN's or other remote hosts.
  • paths[] can now be defined inside a build target. This lets you only scan certain
    paths for specific builds. Or when you might have duplicate file names that should not
    be shared between builds.