> And run > ./installer/html-template-to-template-toolkit.pl --koharoot /path/to/the/root > > This will convert all the templates
I was just working on converting the branch with all my jQueryUI work and found that at the end of the process I still had to copy my updated js, css, and image files into the directory with converted TT files. It turns out I should have been using "-c" to do this automatically: ./installer/html-template-to-template-toolkit.pl -c --koharoot /path/to/the/root -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
