RE: [coldbox:10682] Re: shared and client specific css ans js

Do you have a different app/confirguration file per client? If so, can you just put a setting in there that is specific to that client and use getSetting(“settingName”) inside the interceptor to include the correct style sheet.

Also, is this an interceptor you wrote? Can you share the code?

Thanks!

~Brad

How can I do that