GitXplorerGitXplorer
m

asset_compress

public
370 stars
125 forks
30 issues

Commits

List of commits on branch 5.x.
Verified
dca5354968f62e1018b5c660a405806afcc6df88

Merge pull request #372 from MarekSz88/patch-1

mmarkstory committed 6 months ago
Verified
03c2804b7215fbe09e19bbb64b580e6503b45ea6

Update BuildCommand.php

MMarekSz88 committed 6 months ago
Unverified
08576954528fb92fa7aa3de4d22b9196e3c6d0dc

Run CI on 5.x branch.

mmarkstory committed a year ago
Unverified
249be1295deb39e5e0376f5c13149b8d2ff5482d

Remove dev deps

mmarkstory committed a year ago
Unverified
6c62083fe89aac2112440b00e33fcc01d14424ce

Bump to mini-asset stable.

mmarkstory committed a year ago
Verified
082dabde34134b6b809750e4a3f8a2418a010440

Merge pull request #371 from ADmad/5.x

mmarkstory committed a year ago

README

The README file for this repository.

Asset Compress

Build Status codecov.io Total Downloads License

Asset Compress is CakePHP plugin for helping reduce the number of requests, and optimizing the remaining requests your application makes for Javascript and CSS files.

Features

  • Development mode builder that rebuilds assets on each request.
  • Command line build tool to compile static assets for deployment.
  • Built-in support for LESScss, Sass and CoffeeScript, as well as several minifiers.
  • Powerful and flexible filter system allowing you to add your own minifiers/pre-processors.
  • Simple configuration file.
  • Incremental builds that don't recompile assets when they don't need to be.

Installing

Add this plugin to your application with composer:

php composer.phar require markstory/asset_compress

Then make sure you load the plugin:

// in src/Application.php
// in the bootstrap() method add
$this->addPlugin('AssetCompress');

Copy the config/asset_compress.sample.ini from the plugin to your app's config/asset_compress.ini. From there read the wiki for more information.

Documentation

Documentation for AssetCompress is available on the github wiki pages

Issues

Please report any issues you have with the plugin to the issue tracker on github.

License

Asset Compress is offered under an MIT license.

Authors

See the github contributors list

Changelog

See CHANGELOG for changes only available on master. See github releases for changelogs on previous releases.