#!/bin/sh
echo '############ BEGIN /tmp/hudson8775061041880028394.sh #################'
set -e
set -u
set -x


            npm install #So we install devDependencies
            npm -g install grunt-cli istanbul
            if [ -e bower.json ]
            then
                npm install -g bower
            fi
            if command -v git > /dev/null
            then
                git config --global user.name jenkins
                git config --global user.email jenkins@eyeos.com
            fi
            grunt commit-stage
        

echo '############# END /tmp/hudson8775061041880028394.sh ##################'
