jekyll-foundation
jekyll-foundation copied to clipboard
Start your Jekyll (v3) project with Zurb Foundation for Sites (v6, sass).
Example: https://www.thevantageproject.com/assets/js/all.js I see lots of characters that fill 300 lines starting with `sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImpxdWVyeS5qcyIsImZvdW5kYXRpb24uY29yZS5qcyIsImZvdW5kYXRpb24udXRpbC5tZWRpYVF1ZXJ5LmpzIiwiZm91bmRhdGlvbi51dGlsLnRyaWdnZXJzLmpzIiwiZm91bmRhdGlvbi5zbW9vdGhTY3JvbGwuanMiLCJmb3VuZGF0aW9uLnN0aWNreS5qcyIsImZvdW5kYXRpb24ubWFnZWxsYW4uanMiLCJhcHAuanMiXSwibmFtZXMiOlsiZ2xvYmFsIiwiZmFjdG` Any idea on what is causing this? And what this is?
FYI I am trying Jekyll foundation and I got a series of warnings: DEPRECATION WARNING: Passing a string to call() is deprecated and will be illegal in Sass 4.0. Use...
Upgrading to Foundation 6.4.0 seems to break a few things. Anyone have any idea why?
I believe Jekyll-Foundation is suffering from this bug: [https://github.com/zurb/foundation-sites/issues/10363](https://github.com/zurb/foundation-sites/issues/10363). Which causes Foundation.MediaQuery.current to be empty in certain import circumstances.
We are attempting to deploy using dokku, but it will require some custom buildpacks to handle the yarn/npm parts of the build. Has anyone gone down this route yet?