From 7ac60eb9729627a521b78593286151c6731092bc Mon Sep 17 00:00:00 2001 From: Mariela Date: Mon, 11 Jun 2018 11:43:43 -0300 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d661912..d42d89c 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,14 @@ sudo npm install grunt watch ``` Each time a less file is changed, style.css will be generated automatically. + +### Minify the javascript +``` +grunt concat +``` +To unify all .js in one file: phplist-ui-bootlist.js + +And then, to minify that file, you have to run: +``` +grunt uglify +```