summaryrefslogtreecommitdiff
path: root/javascript/jsPacker/build-pack-register.sh
diff options
context:
space:
mode:
authorausiv4 <ausiv4@eb105b4a-77de-11de-a249-6bf219df57d5>2009-08-15 23:15:31 +0000
committerausiv4 <ausiv4@eb105b4a-77de-11de-a249-6bf219df57d5>2009-08-15 23:15:31 +0000
commit53dcb038bd5637bee2ee68fb380920b2b0d9febb (patch)
tree7add126609f8cca823a0621d118575fb2d1b558a /javascript/jsPacker/build-pack-register.sh
parent233850bb437c8dd666ee6594076a903e530a4ab9 (diff)
This adds a file 'utils.py' to simplify templating.
Functions exist to create headers that include javascript files, and create javascript functions for login and registration. There are also functions that create login and registration forms. These functions don't necessarily account for everything a web developer might want to do, but it should simplify things for most developers and provide guidelines for developers who want to build on top of this functionality. Views.py now builds the login and register pages based on these functions. The register page now uses the login.html template, and the register.html template should be deleted in the next release.
Diffstat (limited to 'javascript/jsPacker/build-pack-register.sh')
-rw-r--r--javascript/jsPacker/build-pack-register.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/jsPacker/build-pack-register.sh b/javascript/jsPacker/build-pack-register.sh
index 6b8f124..c0d7656 100644
--- a/javascript/jsPacker/build-pack-register.sh
+++ b/javascript/jsPacker/build-pack-register.sh
@@ -1,2 +1,2 @@
#!/bin/bash
-perl jsPacker.pl -fsq -e62 -i ../srp_register.js -o srp_register.min.js
+perl jsPacker.pl -fsq -e62 -i ../srp_register.js -o ../srp_register.min.js