CodeKit2 icon indicating copy to clipboard operation
CodeKit2 copied to clipboard

Dots in folder names messes up output paths

Open bdkjones opened this issue 10 years ago • 2 comments

I have a project that lives in /Users/danboulet/Sites/project/. I’ve set the output folder for JavaScript files to /js relative to The project root folder. I would expect the files to be saved to /Users/danboulet/Sites/project/js, but instead they always get saved to /Users/danboulet/Sites/js.

. I usually name the root folder after the website domain name, so it usually contains a dot. For example:

/Users/danboulet/Sites/cypressridge.ca/

The output paths seem to work correctly when I remove the dot from the folder name

bdkjones avatar Jan 27 '15 08:01 bdkjones

I've had this happen as well so i just keep the defaults provided by CodeKit, friendly bump on #461 maybe they're related?

subhaze avatar Jan 29 '15 00:01 subhaze

I had an issue with less files in folders that contain Dots. if i leave out the less extension they will not compile. If I add the extension it works fine.

adampatterson avatar Apr 28 '15 17:04 adampatterson