Commit 2cb847e2 authored by Leo Iannacone's avatar Leo Iannacone

install coffee-script

parent 3de7e894
......@@ -4,6 +4,9 @@ for i in proxy debomatic-webui ; do
cd $i
rm -fr node_modules
npm install
if [ "$i" == "debomatic-webui" ] ; then
npm install coffee-script
fi
git add -f node_modules
cd -
done
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment