Skip to content

Commit 6a8938a

Browse files
authored
prepare to v2.0.0
1 parent 6c44f4c commit 6a8938a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ public array $css = [
4141

4242
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```.
4343

44+
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.
45+
46+
```php
47+
public bool $autoMinify = false;
48+
```
49+
4450
# Usage
4551

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

104-
Made with [contrib.rocks](https://contrib.rocks).
110+
Made with [contrib.rocks](https://contrib.rocks).

0 commit comments

Comments
 (0)