Vulcan/packages/telescope-lib/lib/custom_template_prefix.js

8 lines
166 B
JavaScript
Raw Normal View History

Meteor.startup(function () {
// "custom_" is always loaded last, so it takes priority over every other prefix
Telescope.config.addCustomPrefix("custom_");
});