cakephp-shrink icon indicating copy to clipboard operation
cakephp-shrink copied to clipboard

Shrink is a CakePHP plugin to Compile, Combine, Compress js, css, less, sass, coffee assets

Results 5 cakephp-shrink issues
Sort by recently updated
recently updated
newest added

Is there a way to fetch the files from a plugin directory loaded with Bootstrap that is in the vendor directory? With the HTML helper File you can fetch a...

I get a parse error while compiling _variables.scss from Bootstrap 4 framework. `parse error: failed at `@each $key, $num in $map {` /../scss/bootstrap-4.0.0/_variables.scss on line 47` The code is: `@mixin...

When using the fetch method to pull down the css or js files it doesn't prefix the path. For example if I have an app at: `http://domain.com/HelloWorld` and the webroot...

$webCacheFilePath = $this->settings['url'] . preg_replace('/\/+/', '/', '/'. $this->extraPath .'/'. $this->settings[$type]['cachePath'] . $cacheFile); // line 181 i would change to $webCacheFilePath = $this->settings['url'] . preg_replace('/\/+/', '/', '/'. $this->extraPath .'/'. $this->settings[$type]['cachePath'] ....

Hi me again :) I've download the latest version of shrink to test the inclusion of Scssphp to do the compiling of Sass files via PHP instead of Ruby. It...