Kasey
Kasey
Having this problem as well. `slider.addSlide()` calls `slider.update()`, which calls `methods.controlNav.update()`, which calls `slider.update()`, which calls `methods.controlNav.update()`, etc...
Yeah I can definitely do that. It seems to be working fine right now but later this week I'll do a more in-depth check to make sure I have the...
Alright so I got the SCSS working fine. However, I'm running into an issue with Foundation's javascript. It is included in the all.js file, however none of it works. I...
Alright so I got the javascript to work. Foundation includes transpiled js files in their dist folder, so I switched to using those instead. I'll do a few more checks...
@core77 I wasn't able to reproduce the error on my local machine. Steps I took: 1. Delete jekyll-foundation folder 2. Clone core77/jekyll-foundation to local machine 3. Run `bundle install` 4....
Alright, so I got it set up so that Foundation works without having to use their already transpiled files. I set it up so that it very closely follows how...
@huphtur I don't believe we need to import Normalize/Sassy-Lists manually. They're not referenced in the [documentation](http://foundation.zurb.com/sites/docs/sass.html) at all. And that's a good point about the grids! I've updated the comments...
@core77 I think we're pretty much good to go. The only topic that is left is whether it would be worth it to switch to using the webpack gulp plugin,...
@huphtur I was able to replicate the issue. I'll take a look into this in the next few days. Also, for organization, to close this issue and open a new...
@huphtur Honestly it's been awhile since I've looked at it! Let me double check it sometime over the next couple days, and I'll make a pull request if it looks...