Added outer.js and outer.css for custom theming and scripting of middle iframe

This commit is contained in:
Sofian Benaissa 2012-03-20 22:12:42 -04:00
parent cc06a63654
commit 5d7a1734a4
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ rm -f var/minified*
echo "ensure custom css/js files are created..."
for f in "index" "pad" "timeslider" "inner"
for f in "index" "pad" "timeslider" "inner" "outer"
do
if [ ! -f "static/custom/$f.js" ]; then
cp -v "static/custom/js.template" "static/custom/$f.js" || exit 1