CodeKit-1-Old icon indicating copy to clipboard operation
CodeKit-1-Old copied to clipboard

Brackets in path prevents compiling

Open thomasplevy opened this issue 12 years ago • 1 comments

I was having trouble compiling a sass project that had brackets ("[" & "]") in the directory structure path.

error received: Syntax error: File to import not found or unreadable: bourbon/_bourbon. Load path: / on line 1 of /Users/username/[2013-06] foldername/sass/style.scss Use --trace for backtrace.

I couldn't find any issues and then adjusted the directory name to no longer have brackets and compilation was then successful. (eg: /Users/username/2013-06 foldername/sass/style.scss)

Thanks!

thomasplevy avatar Jul 05 '13 21:07 thomasplevy

Thanks Thomas, I'll take a look.

bdkjones avatar Jul 06 '13 16:07 bdkjones