Skip to content
Snippets Groups Projects
Commit 38030466 authored by hahn's avatar hahn
Browse files

add check for required commands

parent c7ad2cbf
No related branches found
No related tags found
No related merge requests found
......@@ -221,6 +221,15 @@ checkCommands(array(
'which rsync'=>'sync packages to puppet master',
'which git'=>'connect to git repositories',
));
echo '<h3>tools for IML projects</h3>';
checkCommands(array(
'which uglifyjs'=>'compress js',
'which yui-compressor'=>'compress js, css',
'which nodejs'=>'Nodejs - Javascript v8',
'which yarn'=>'nodejs package manager',
));
echo '<h2>Result</h2>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment