From a1d9a08e36cfe3a1a7979627a01c6ed9cd2852e2 Mon Sep 17 00:00:00 2001
From: j <0x006A@0x2620.org>
Date: Thu, 3 Nov 2011 11:50:05 +0100
Subject: [PATCH] init.js->pandora.js
---
.bzrignore | 2 +-
pandora/app/config.py | 2 +-
pandora/templates/index.html | 3 ++-
static/js/{init.js => pandora.js} | 4 +---
4 files changed, 5 insertions(+), 6 deletions(-)
rename static/js/{init.js => pandora.js} (99%)
diff --git a/.bzrignore b/.bzrignore
index 38a8341f..b87a85b5 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -5,5 +5,5 @@ include
src
bin
static/json/pandora.json
-static/js/pandora.js
+static/js/pandora.min.js
static/png/*.png
diff --git a/pandora/app/config.py b/pandora/app/config.py
index 04d27eac..a4612a8c 100644
--- a/pandora/app/config.py
+++ b/pandora/app/config.py
@@ -64,7 +64,7 @@ def update_static():
data = ''
js = []
- pandora_js = os.path.join(settings.STATIC_ROOT, 'js/pandora.js')
+ pandora_js = os.path.join(settings.STATIC_ROOT, 'js/pandora.min.js')
pandora_json = os.path.join(settings.STATIC_ROOT, 'json/pandora.json')
for root, folders, files in os.walk(os.path.join(settings.STATIC_ROOT, 'js/pandora')):
for f in files:
diff --git a/pandora/templates/index.html b/pandora/templates/index.html
index 4c441bf7..39a5640b 100644
--- a/pandora/templates/index.html
+++ b/pandora/templates/index.html
@@ -7,6 +7,7 @@
+
-
+