Haven’t used Meteor since 1.3 and trying to get back into it. Back then the best practice was to store the theme files (purchased from a site like Themeforest) was in the /client/
folder.
However whenever a page was visited everything stored in the /client/
folder would load which is pretty taxing on load time as themes can be pretty hefty.
In Meteor 1.6 what’s the best way to incorporate a theme without having the theme load on each page visit?