mirror of
/repos/Prototyper.git
synced 2025-12-30 06:31:32 +01:00
corrected filename
This commit is contained in:
parent
9843917acc
commit
8bc06efd3d
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user