bdkjones / CodeKit-1-Old

147 stars 1 forks source link

Scss with @import statements does not save if dir path has [] chars #652

Open jayhung opened 10 years ago

jayhung commented 10 years ago

If dir path is /sites/[myproject]/css then a scss file with @import statements does not save.

image

If the dir path stays the same, but the @import statements are removed, any remaining styles do compile and save correctly.

If the @import statements are kept in the file, and the path is changed to remove the [] chars, the styles do compile and save correctly.

bdkjones commented 10 years ago

You're using brackets in a project's name?

jayhung commented 10 years ago

Yes, in certain cases non alphanumeric chars are used (such as _, !, etc) to control finder's sort order. Both underscores and exclamation marks work well with codekit already. On Aug 4, 2013 3:57 PM, "bdkjones" notifications@github.com wrote:

You're using brackets in a project's name?

— Reply to this email directly or view it on GitHubhttps://github.com/bdkjones/CodeKit/issues/652#issuecomment-22080827 .