Problem loading custom script with the clientlibs tag
I am working on a project where they are heavily customizing standard pages. I have been able to add a button they asked for on a page but when I add the category for the script, the script is not being included on the page. The dumplibs.html tool shows the script with it's path and content fine. I can see it in the CRX tool but the script is not being included with the rendered page. I have the defined category name listed in the <clientlibs categories="....,my.category" /> but I don't see the script when the page is created.
Any ideas?