1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00

corrected filename

This commit is contained in:
Aiko Mastboom 2013-05-07 13:20:31 +02:00
parent 9843917acc
commit 8bc06efd3d

View File

@ -58,7 +58,7 @@ cd ./public/lib/bootstrap
if [ ! -f ./bootstrap-combined.min.css ]; then
${CURL} http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css
fi
if [ ! -f ./bootstrap-min.js ]; then
if [ ! -f ./bootstrap.min.js ]; then
${CURL} http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js
fi
cd ${current_dir}