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.
Playing with the latest
Develbranch of Telescope and latest Zeiss I seem to have a problem with the custom packages. I enable themy-custom-packageokay but for some reason the .scss and other files seem to load and function as expected, but not the template replacements prefaced withcustom_...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.