bdkjones / CodeKit-1-Old

146 stars 1 forks source link

Brackets in path prevents compiling #633

Open thomasplevy opened 11 years ago

thomasplevy commented 11 years ago

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!

bdkjones commented 11 years ago

Thanks Thomas, I'll take a look.