chore(gulp): add a task to print dart & pub versions

This commit is contained in:
Victor Berchet
2015-06-17 13:24:59 +02:00
parent 530e742628
commit f020a5cdea
3 changed files with 17 additions and 5 deletions

View File

@ -93,6 +93,5 @@ if [[ -z $ENV_SET ]]; then
echo PATH=$PATH
echo NGDART_BASE_DIR=$NGDART_BASE_DIR
echo NGDART_SCRIPT_DIR=$NGDART_SCRIPT_DIR
$DART --version 2>&1
fi