Zeiss
Zeiss copied to clipboard
Custom Package Issue
Playing with the latest Devel branch of Telescope and latest Zeiss I seem to have a problem with the custom packages. I enable the my-custom-package okay but for some reason the .scss and other files seem to load and function as expected, but not the template replacements prefaced with custom_...
From my packages.js inside my-custom-package:
'lib/client/templates/custom_post_title.html',
'lib/client/templates/custom_post_title.js',
They're enabled okay but the changes do not show in my client. I must be missing something.
Voting is handled in the vulcan:voting package. Help is welcome to fix this issue. We probably won't be able to maintain such packages in the future, voting looks simple but is actually a complex issue if you don't want people to be able to cheat and you want to handle concurrent calls.