-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Package Issue #4
Comments
What if you load your package after Zeiss (make it depends on the Zeiss package)? Does that change anything? |
Actually tried both ways but seems to make no difference. Right now it is:
|
What if you defined your own custom prefix? On Mon, Aug 17, 2015 at 10:46 AM, (︶︹︺) [email protected] wrote:
|
I managed to do this - I used "custom_", but I still can't alter any Zeiss templates. Or rather seems the Zeiss ones load after mine. Hmm I must be overlooking something. Hmm just noticed all the videos you guys have posted to youtube. Nice. Going to roll through those before going any further ;) |
What does your |
Both in there. The videos are very well done! Still going through them... I'm still missing a very key piece of information though. Where are the zeiss template, css, js, etc. files located locally? I was hoping they would be in
|
Although in theory And yes, that's where the files are stored, along with the other Meteor packages. You shouldn't really have to worry about that though. |
Yep tried that but for some reason the zeiss theme templates appear to be getting loaded last. Also tried these two:
I thought for sure they would load...but same result. I even rebuilt my VM to make sure it's not a botched install. I'm sort of out of ideas...I'll have another look when I get some free time but maybe someone else can chime in if custom packages are working okay with the latest builds? |
Can you upload your repo somewhere on GitHub so I can take a look directly? On Tue, Aug 18, 2015 at 2:21 PM, (︶︹︺) [email protected] wrote:
|
Having the same issue. |
Playing with the latest
Devel
branch of Telescope and latest Zeiss I seem to have a problem with the custom packages. I enable themy-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 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.
The text was updated successfully, but these errors were encountered: