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 ...@@ -4,6 +4,9 @@ for i in proxy debomatic-webui ; do
cd $i cd $i
rm -fr node_modules rm -fr node_modules
npm install npm install
if [ "$i" == "debomatic-webui" ] ; then
npm install coffee-script
fi
git add -f node_modules git add -f node_modules
cd - cd -
done 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