-
Notifications
You must be signed in to change notification settings - Fork 23
Fonts are missing from dist #11
Comments
@bmuenzenmeyer cool thanks for the heads up. Assigning to @frostyweather to investigate. |
@bmuenzenmeyer Hey Brian. The glyphicons look to be showing up correctly on my local version of the bootstrap pattern lab. Are things not compiling due to CSS expecting dist/fonts/ to have glyphicons files to load? |
@frostyweather I'll recheck - it's 100% possible I did something silly on my end |
Alrighty. Keep me posted and I'll work with you on that. Thanks! |
Reconfirmed. The CSS is attempting to load
Which does not exist https://github.com/pattern-lab/starterkit-mustache-bootstrap/tree/69fecfe16d165fd1a246c47d71b61808105d1704/dist/fonts I wonder if PL/PHP does something I am not expecting, regarding these starterkits. It's my understanding that |
It's also worth noting that your pattern tree has ???? |
Not an issue with PL/PHP. The fonts and templates/pages aren't in the StarterKit repo. I pulled a dev version and added the Bootstrap StarterKit and I'm seeing the same problems as @bmuenzenmeyer . |
They're not in the repo. This is what we can pull. https://github.com/pattern-lab/starterkit-mustache-bootstrap/tree/master/dist/fonts
|
My repo is just from a separate bootstrap site I made. Want me to send the On Wednesday, June 15, 2016, Dave Olsen [email protected] wrote:
|
Here is the compressed folder of the glyphicon fonts. Try it out and let me know if there is still an issue. Thanks. |
So copying those into my local copy of the StarterKit running in a development edition works. Up to a point. It's not styled at all in the way that you have shown above. I'm assuming this is because we're missing styles that you put into So I think we need to determine the following:
I'm guilty of delaying PL/PHP again and again so the last one I completely understand. I think as we move towards that workshop we just need to know where this stuff stands. It's not enough to have code. Stuff needs to be documented so we're all on the same page about what can or can't be done with these. |
Related to point 4 above: pattern-lab/the-spec#20 |
Basically what I did was create 3 separate pattern lab sites where I added downloaded components from Bootstrap, Foundation, and Material Design so I could actually see what I was created. Then I moved these files into the starterkit repos. Here's how they look on my computer. I didn't actually build out any pages with them. |
Here are the bootstrap and foundation sites I made. |
Thanks. With the Zips in hand I can see where we're missing styles. The repos definitely don't match with what you've shared. I'll run through this weekend using those files to get those items updated in the repos. If I run into issues I'll pop them onto the appropriate repo. |
Hope it helps, Dave. I know you guys are busy wrapping things up so if I can help in any way let me know. I just haven't been in the loop for a while which is why I wasn't sure how much help I could be. Also, I wasn't able to send the material design one because even when zipped it was too large. If you need it I could figure out a way to get it to you. Thanks again and my apologies for the complications. |
the css is expecting
dist/fonts/
to have glyphicons files to loadhttps://github.com/pattern-lab/starterkit-mustache-bootstrap/blob/master/dist/css/bootstrap.css#L263-L268
The text was updated successfully, but these errors were encountered: