-
Notifications
You must be signed in to change notification settings - Fork 313
Minor version bump to sass to get it working with windows. #28
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
Conversation
That error is from the NFS sync folders. Did you try it with the code after pull req #22 Sent from my iPhone
|
@akosednar Yes, I updated the code to the lastest on master (which included #22 ) and still had issues getting it working. Bumping up the version of sass-rails fixed the issue. I can reproduce the issue, by checking out master and getting this error: Once I checkout my branch, it works. |
You sure the branch with #22 was checked out? The screenshot you have attached shows the cache generating in /home/vagrant/web instead of /tmp/codewall-tmp/ |
Weird. Sorry just curious! Sent from my iPhone
|
The upgrade was a fix for a file sync issue on windows but didn't have any noticeable negative effect on existing CSS assets. There's a good SO article with more explanation regarding the error, Sent from my iPhone
|
I just double checked and in app/environments/development.rb it looks like your changes are there. But it's still causing the issue. I saw that the paths weren't correct, also and thought that was strange. I should also note that I'm using a fairly old version of virtualbox. (4.2.16 r86992). I'm going to attempt to upgrade that to the latest version and see if maybe that's what's causing the issue. |
Yeah, definitely want to have a recent vbox and vagrant installed. Sent from my iPhone
|
Just installed the latest virtual box, I just downloaded and installed vagrant last night, so it's up to date, and I'm still getting the issues. @akosednar If you'd like to do a screen share and take a look at my code to ensure that I'm not crazy, I have no issues with that. I'm pretty new to ruby and rails, so I could just be missing something. I'm rex.morgan at gmail on Screenhero. |
+1 |
Wonder why it worked with the previous patch on other instances. Weird but okay! 👍 |
Minor version bump to sass to get it working with windows.
Vagrant on windows was throwing errors while compiling the files with sass. This is a minor version bump that Mike Hall helped me with to get it working properly.