From 3d1f52b622f12cb2423854043e344ce9f30c2324 Mon Sep 17 00:00:00 2001 From: Jaromil Date: Sun, 26 Oct 2014 10:18:10 +0100 Subject: [PATCH] img refresh --- render | 2 ++ 1 file changed, 2 insertions(+) diff --git a/render b/render index 5736466..6236dd4 100755 --- a/render +++ b/render @@ -337,9 +337,11 @@ calc_dest() { # copy core bootstrap files in place mkdir -p "$destination/css" mkdir -p "$destination/js" +mkdir -p "$destination/img" #{ test -r "$destination"/css/bootstrap.css } || { cp "$SYS"/css/bootstrap.css "$destination"/css/ + cp "$SYS"/img/* "$destination"/img/ cp views/css/bootstrap.min.css "$destination"/css/ cp "$SYS"/css/bootstrap-responsive.css "$destination"/css/ #}