Skip to content

Commit c99bbdb

Browse files
committed
Remove bower from setup.sh
1 parent 3cd1784 commit c99bbdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ if [ -f "src/dojo/dojo.js" ] && ! [ -f "src/dojo/_firebug/firebug.js" ]; then
3838
echo "Detected precompiled version." ;
3939
elif ! [ -f "src/dojo/dojo.js" ]; then
4040
echo "Dojo does not exist, installing" ;
41-
check_bower >> setup.log ;
42-
$bower_executable install -f --allow-root >> setup.log ;
41+
npm install;
4342
fi
4443
echo "done"
4544

0 commit comments

Comments
 (0)