KKBOX / FireApp

Fire.app is a HTML prototyping tool with Sass/Compass/ERB/Haml/Slim/Markdown support
http://fireapp.kkbox.com/
GNU General Public License v2.0
613 stars 79 forks source link

Foundation 5 doesn't play well with Compass 1.0 #261

Open emmnunes opened 10 years ago

emmnunes commented 10 years ago

It might have been a bit premature to remove support for older Compass versions, considering it's a fairly known problem that Foundation 5 doesn't play nice with it. I'm sure this might get sorted out by someone, eventually, but in the meantime Fire.app is essentially useless for anyone who wishes to use Foundation.

By the way: is there any easy way to revert Fire.app to an older version?

emmnunes commented 10 years ago

I've managed to get Foundation to work with Compass 1.0rc and SASS 3.3.14, but still no luck with Fire.app — it always compiles only a tiny fraction of Foundation's core, which obviously messes up the structure quite severely.

hlb commented 10 years ago

@emmnunes you can download https://dl.dropboxusercontent.com/u/132028/fire-app/fireapp-1.12/fire.app.windows.v1.12.zip and https://dl.dropboxusercontent.com/u/132028/fire-app/fireapp-1.12/fire.app.osx.v1.12.zip directly.

hlb commented 10 years ago

Sorry we didn't know Foundation + Compass 1.0 = troublesome :(

reference: https://github.com/zurb/foundation/issues/5636

emmnunes commented 10 years ago

Thank you very much, @hlb. It's not your fault, of course — this has been a known issue for a while now, so given Foundation's adoption rate, you'd expect this to be solved by now. Unfortunately, every time anything gets updated we still have to juggle Compass and SASS versions, and see which combination of versions doesn't break up Foundation entirely.

Still, I did check and Compass 1.0RC with SASS 3.3.14 seems to be working fine — a couple of deprecation issues on SASS, but nothing that breaks basic structure.