From ae1bc0f235747028f285fb2bfc88ac83006c769b Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean Date: Thu, 13 Apr 2023 09:18:03 +0700 Subject: [PATCH] docs: added note for command minify-js and minify-css --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 573baaa..93db281 100644 --- a/README.md +++ b/README.md @@ -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