brackets-sass icon indicating copy to clipboard operation
brackets-sass copied to clipboard

MacOS: Partials create .css files / Connection problems with ruby

Open derwaldgeist opened this issue 9 years ago • 2 comments

I used this extension under Windows without any problems. But under MacOS X Yosemite, I'm experiencing two strange issues:

  1. 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.
  2. If I choose ruby as the compiler, compilation breaks quite often due to connection timeouts. The same configuration worked under Windows without any problems.

derwaldgeist avatar Jun 27 '15 20:06 derwaldgeist

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 avatar Jul 28 '15 10:07 Triloworld

@Triloworld: Could you please explain how to change the timeout - I could not find any option for this.

derwaldgeist avatar Aug 18 '15 22:08 derwaldgeist