From f94a01943bd78718f6399b988d8ca02a466d65e5 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 4 Jul 2012 10:11:19 -0400 Subject: [PATCH] npm install additional modules command added --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e71315d0..fc31b64b 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,7 @@ assingned (and installed) modules: - [UglifyJS] (https://github.com/mishoo/UglifyJS) - [clean-css] (https://github.com/GoalSmashers/clean-css) - [html-minifier] (https://github.com/kangax/html-minifier) -- [css-b64-images] (https://github.com/Filirom1/css-base64-images) \ No newline at end of file +- [css-b64-images] (https://github.com/Filirom1/css-base64-images) + +Install addtitional modules: + npm i uglify-js clean-css html-minifier css-b64-images \ No newline at end of file