meteor-preloader
meteor-preloader copied to clipboard
A Meteor "lazy-loader" for external .js and .css libraries
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...
I would expect that adding preload section to Router.configure would be sufficient to have libraries loaded globally, however this isn't the case. If the route isn't derived from PreloadController then...
As per Meteor roadmap [card](https://trello.com/c/24s6vyxo): "...It should be possible to secure some of the additional parts so that only certain users can download them. For example, only admin users could...