brackets-sass
brackets-sass copied to clipboard
MacOS: Partials create .css files / Connection problems with ruby
I used this extension under Windows without any problems. But under MacOS X Yosemite, I'm experiencing two strange issues:
- The extension will create .css and .map files even for scss partials. I'd expect .css files to be created only for .scss files without a leading underscore, as it was the case under Windows.
- If I choose ruby as the compiler, compilation breaks quite often due to connection timeouts. The same configuration worked under Windows without any problems.
There is more problem. Partials:
- if updated (example: _bar.scss) then file where partials are imported (example: style.scss) aren't compile (style.css isn't generated, it will if I do it manually).
- they generate css + map file (partials is treated like normal scss file.
File is imported by directive @import and use _ in name. My OS: Windows. For timeout problem it can be changed so it compile without problem.
@Triloworld: Could you please explain how to change the timeout - I could not find any option for this.