## DNT config file ## see https://github.com/rvagg/dnt NODE_VERSIONS="v4.2.4" OUTPUT_PREFIX="stoutjs-core-" COPY_CMD="rsync -av \ --exclude .git \ --exclude .idea \ --exclude node_modules \ --exclude dist \ /dnt-src/ /dnt/" APT_INSTALL="unzip wget" CONSOLE_LOG="true" TEST_CMD="\ cd /dnt/ && \ npm install && \ /dnt/node_modules/gulp/bin/gulp.js test:unit --test && \ [ $? == 0 ] && echo 'ok'; \ "