My client-side JS is getting really big. I am using Express with Jade. Is there any change of making client-side JS templates?
Those templates (bits of code in separate files) should be concatenated at runtime to a one single file and appended to body's footer.
Thanks in advance!