From c994bfb5a7f81033ff0c16f0472672bb67ef90d3 Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Tue, 30 Apr 2013 15:40:07 +0200 Subject: [PATCH] added missing dependency --- installit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installit b/installit index 0a0bc74..a87fa3a 100755 --- a/installit +++ b/installit @@ -50,6 +50,9 @@ cd ./public/lib/bootstrap if [ ! -f ./bootstrap-combined.min.css ]; then curl -O http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.min.css fi +if [ ! -f ./bootstrap-min.js ]; then + curl -O http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js +fi cd ${current_dir} # http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/img/glyphicons-halflings.png