Open timurvafin opened 10 years ago
@vast what the current status of this issue?
@timurvafin, I setup a wip branch with migration to Foundation 5 - https://github.com/fs/static-base/pull/43. In short: it works but produces some SASS warnings, see: https://github.com/zurb/foundation/pull/4392.
If that's ok then we can move forward and merge mentioned PR.
Zurb Foundation isn't compatible with our middleman setup.
Consider the following Gemfile:
This will instal middleman-0.13.1 which is too old and doesn't support ruby 2.0. Middleman added full support for ruby 2.0 only in 3.2.0 version.
Let's try another Gemfile:
And here comes freaking dependency hell in
foundation-rails
:More than that,
foundation-rails
is so open source, they don't even have "Issues" in repo: https://github.com/zurb/foundation-railsI'd suggest putting this story aside for a while, since the only available solution requires
bower
.See: