added information about additional modules

This commit is contained in:
coderaiser 2012-06-25 08:33:49 +00:00
parent 32c91a8be3
commit 5e64f1a88f
2 changed files with 12 additions and 2 deletions

View file

@ -26,4 +26,14 @@ Limited-mode features:
- only 1 panel available
- no keybinding
- no local caching
- full loading of all web page(with styles, js-scripts, html-page etc).
- full loading of all web page(with styles, js-scripts, html-page etc).
Additional modules:
---------------
Cloudcmd not using additional modules for main functionality.
But for minification and optimization tricks optional can be
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)

View file

@ -232,7 +232,7 @@ function base64_images(pFileContent_s){
console.log('can\'n load clean-css \n' +
'to use images to base64 convertation you need to install css-base64-images \n' +
'npm install -g css-b64-images\n' +
'https://github.com/GoalSmashers/clean-css');
'https://github.com/Filirom1/css-base64-images');
return false;
}
b64img.fromString(pFileContent_s, '.','', function(err, css){