Skip to content

Commit

Permalink
docs: added note for command minify-js and minify-css
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Apr 13, 2023
1 parent abd853f commit ae1bc0f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ Run command for minification your all assets:
$ php spark minifyku:minify
```

or you want minify JS/CSS files:

```bash
$ php spark minifyku:minify-js
```

```bash
$ php spark minifyku:minify-css
```

This will prepare everything and will set up a versioning. Make sure to load a minifier helper in your controller, by calling:

```php
Expand Down

0 comments on commit ae1bc0f

Please sign in to comment.