pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit d697048c93780c92929666b77022e1c6f13ff336 parent 55fb5c59c6a51dfd252ee7acf0f804de6d7af9b9 Author: Jul <jul@9o.is> Date: Fri, 2 May 2014 13:41:42 -0400 added setup.sh: installs js dependencies Diffstat:
| A | setup.sh | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/setup.sh b/setup.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +# Make sure only root can run our script +if [[ $EUID -ne 0 ]]; then + echo "This script must be run as root" 1>&2 + exit 1 +fi +# ... + +npm install grunt grunt-cli bower grunt-contrib-jshint grunt-contrib-concat grunt-contrib-copy grunt-contrib-uglify grunt-contrib-less grunt-contrib-jasmine grunt-contrib-watch grunt-contrib-clean grunt-hash