CodeKit2
CodeKit2 copied to clipboard
Dots in folder names messes up output paths
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
I've had this happen as well so i just keep the defaults provided by CodeKit, friendly bump on #461 maybe they're related?
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.