Files
S.P.L.U.R.T-Station-13/tgui/build.sh
Poojawa 9b376dac92 Adds a fuckload of tool updates
also updates tgui
2018-09-05 06:38:33 -05:00

13 lines
340 B
Bash

#!/bin/bash
#RUN THIS IN THE tgui/ folder
set -e
source ../dependencies.sh
if [ ! -d "/tmp/nvm" ]; then
rm -rf /tmp/nvm && git clone https://github.com/creationix/nvm.git /tmp/nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source /tmp/nvm/nvm.sh && nvm install $NODE_VERSION
fi
source /tmp/nvm/nvm.sh
gulp --min