This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Upgrading from version 3.3 to 3.4 breaks our SASS compilation. Can you please supply a link to download version 3.3? Thanks. |
|
|
You can download the most recent 3.3 version from the Downloads link under your Subscription. What will have changed between 3.3 and 3.4 is Sass and Compass (if you are using that) have been updated to the more recent versions so you may be running into a syntax issue that has been either changed or fixed in the later versions.
|
|
|
I'm not seeing any compilation errors, just random exclusion of partials. We're using Zurb Foundation and half of their components (_grid.scss for instance) are being left out of the compilation. Here's what our screen.scss file looks like:
and as an example, _grid.scss is not being included in screen.css. Did the syntax for importing partials change? |
|
|
No, I dont believe so - sorry Im not sure why this would be the case other than it would seem to indicate a change in behavior with the newer version of Compass.
|
|
|
Downgrading to 3.3 fixed the problem. |
|
|
Solution that worked for me:
See: http://foundation.zurb.com/forum/posts/18856-sass-342-compilation-problem (thanks to Chris Rolle). |
|