mirror of
/repos/Prototyper.git
synced 2026-02-27 16:12:00 +01:00
corrected filename
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user