diff --git a/lib/server/minify.js b/lib/server/minify.js index 9e09cc97..d1c1f2ed 100644 --- a/lib/server/minify.js +++ b/lib/server/minify.js @@ -5,15 +5,15 @@ if(!global.cloudcmd) return console.log( - '# minify.js' + '\n' + - '# -----------' + '\n' + - '# Module is part of Cloud Commander,' + '\n' + - '# used for work with minification.' + '\n' + - '# If you wont to see at work set minify' + '\n' + - '# parameters in config.json or environment' + '\n' + - '# and start cloudcmd.js' + '\n' + - '# http://coderaiser.github.com/cloudcmd' + '\n'); - + '# minify.js' + '\n' + + '# -----------' + '\n' + + '# Module is part of Cloud Commander,' + '\n' + + '# used for work with minification.' + '\n' + + '# If you wont to see at work set minify' + '\n' + + '# parameters in config.json or environment' + '\n' + + '# and start cloudcmd.js' + '\n' + + '# http://coderaiser.github.com/cloudcmd' + '\n'); + var main = global.cloudcmd.main, DIR = main.DIR, LIBDIR = main.LIBDIR,