Thanks Nupur for your reply, this was one of the way to resolve this
issue but my issue was bit more complex as my site was already live and
hence on a live page your template property changes wont reflect until
unless you modify that page.Hence, I've created a simple class which
reads all css/js etc from a flat file, that flat file has enteries like
this A_clientlibs = "1,2,3,4" , B_clientlibs= "2,3,5,6"So, it was quite
easy for my class to pick project wise clientlibs and then putting it in
my...