You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.