I see - I didn't realize it was an html tag.
This is a problematic solution for me - I'm including links and paths
inherited in my template which assume that the base url is the default
one. Changing it creates problems during the import of other needed
libraries. It also doesn't solve the problem of keeping
"AppController.j" in a separate directory from the cappuccino
framework code.
Basically I'm looking for a solution which lets me use Cappuccino like
I'm using jQuery already - I can load the jQuery library from any path
(including from other domains) without running into problems
initializing jQuery code. I can also keep my html template separate
from jQuery javascript code I'm writing, which helps immensely with
organization.
How can I arrange for the same behavior with my cappuccino
application? I've tried using the variables which Seth Buntin used
below:
OBJJ_MAIN_FILE
OBJJ_INCLUDE_PATHS
but have had no luck. Any other suggestions would be greatly
appreciated.