Skip to content

Commit

Permalink
prepare to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr authored Sep 25, 2023
1 parent 6c44f4c commit 6a8938a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ public array $css = [

This configuration will be minify and combine file ```bootstrap.js```,```jquery.js```,```main.js``` to ```all.min.js```. Or minify and combine file ```bootstrap.css```,```font-awesome.css```,```main.css``` to ```all.min.css```.

Since `v2.0.0`, new option `autoMinify` for you need automated minify when loaded using helper `minifyku()` and can be replaced by `.env` with `minifyku.autoMinify = true`. Please dont use in ***production***, it will take more time.

```php
public bool $autoMinify = false;
```

# Usage

Run command for minification your all assets:
Expand Down Expand Up @@ -101,4 +107,4 @@ We does accept and encourage contributions from the community in any shape. It d
<img src="https://contrib.rocks/image?repo=PHPDevsr/minifyku" />
</a>

Made with [contrib.rocks](https://contrib.rocks).
Made with [contrib.rocks](https://contrib.rocks).

0 comments on commit 6a8938a

Please sign in to comment.