Compass/Sass writing files with “No Access” permissions for Everyone group on OSX
I'm using Sass and Compass (on osx) and using "compass watch" to compile my .scss files. The compilation runs OK, in that the .css files are created with the correct content. However, looking at the permissions shows that the file is written with the "Everyone" group as having "No Access" resulting in the css not appearing on the page. When I correct the permissions manually all is well again, but any subsequent saves result in compass overwriting the file with "No access" permissions again. I'm not sure whether the problem here is with my config.rb (but I don't think so), or the permissions