Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
Refs #324
  • Loading branch information
markstory committed May 23, 2018
1 parent 2acfa85 commit fa0b90d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ Asset Compress is CakePHP plugin for helping reduce the number of requests, and

Add this plugin to your application with composer:

php composer.phar require markstory/asset_compress
php composer.phar require markstory/asset_compress

Then make sure you load the plugin:

// in config/bootstrap.php
Plugin::load('AssetCompress', ['bootstrap' => true]);
// 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](http://github.com/markstory/asset_compress/wiki)
Expand Down

0 comments on commit fa0b90d

Please sign in to comment.