MiroHibler / meteor-preloader

A Meteor "lazy-loader" for external .js and .css libraries
75 stars 3 forks source link

How about template? #23

Open ccfiel opened 9 years ago

ccfiel commented 9 years ago

I am planning to create a e-commerce site using meteor. I do not want to load admin js and css to the store front page and I tried to used meteor-preloader to do the job it was nice. but when I inspect in the browser the template files (js) of the admin page is still loaded in the store front page. Is it possible to include template to be preloaded?