-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compass Compiling Issue #321
Comments
I've looked further to compare the 2 sites and it seems that app.scss is just not being compiled properly locally. On the remote (correct) version, this file has 6589 lines. However, locally, this file has 806 lines and I see that there are no styles for the grid columns etc. |
What exactly is the difference between the app.scss of the local and remote? Correct the difference and compile. The scss files are the files being compiled, so I'm a little confused how the origin files aren't the main issue. Once you get all the scss files right and compile, it'll be all good. Maybe I'm misunderstanding? Grace and Peace, James Hammack
|
I'm having the exact same issue. I have created several live sites using reverie and many test sites without issue. However, 'compass watch' is now now compiling the scss incorrectly. Two of my local sites look like the second screenshot above. The only way I get them looking correct is by FTPing into remote site and getting the old css files. Anyone got any ideas on this? |
I think it has something to do with bower. Basically, the core foundation SCSS (located in bower_components) are not being compiled. Is there something in particular that we could be missing? We shouldn't have to touch the foundation core files. |
At @angsmith, yes, at first I suspected the foundation files inside bower_components could be corrupted so deleted everything from there and and ran But you are correct, we shouldn't have to touch anything inside bower_components as it is outside version control. |
OK, this issue seems to be resolved for me now. I didn't do anything to fix it but 'compass watch' is is now compiling my sass correctly. I'm going to proceed with caution and sync the remote css as I go. I will comment back here if this issue occurs again. |
I'm having the same issue and it should be easy enough to replicate for anyone. A Diff between the original Reverie style.css and the processed CSS after I do my first "compass watch" reveals the following.
After processing this is replaced by the 436 lines of css that starts off ...
Any ideas? |
Have you tried reinstalling bower / running bower install & bower update ? This seemed to solve the issue for me. |
Thanks Ang Smith, that seems to have fixed things. :) |
I took an exact replica of this website (using BackupBuddy) & installed it locally to start working on via MAMP. It looked completely fine when I first ran it locally.
As soon as I run 'compass watch' though, something breaks, resulting in the local site looking like this:
I know this is almost impossible for you to debug without seeing a live version, but is there anything obvious from this that could be causing the issue? It seems that the default Foundation's CSS (for the top bar, components etc) are not being loaded.
The text was updated successfully, but these errors were encountered: