Skip to content
Snippets Groups Projects
Commit dd9778af authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'task-1680-fix-surl' into 'master'

Task 1680 fix surl

See merge request !58
parents f2c80eeb 38030466
Branches
No related tags found
No related merge requests found
...@@ -221,6 +221,15 @@ checkCommands(array( ...@@ -221,6 +221,15 @@ checkCommands(array(
'which rsync'=>'sync packages to puppet master', 'which rsync'=>'sync packages to puppet master',
'which git'=>'connect to git repositories', '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>'; 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