Quote:
Question, Can I move all the VB js scripts into a single file? Im assuming VB wrote it this way for a reason.
|
No, it's impossible with the current setup
if you merge them into 1 file you will get errors
(you need to worry about execution order, etc)
Quote:
Also can I move all my extra Css into the default VB css? I have 5 customs styles on the site and I wasn't sure if that would overlap them.
|
this is possible - I'm assuming you want to create 5 separate css stylesheets.