3

Using MAMP Pro, I've set up a virtual host for a site where I run Codekit (http://incident57.com/codekit) to autocompile LESS files to its directory. I've set the owner of the host to www, this interferes with Codekit's preferences in some way though and it isn't able to overwrite any file when compiling (the app displays an "EACESS, permission denied" error). Tried several approaches with setting file permissions for different folders but without success. Ideas?

Staffan Estberg
  • 6,795
  • 16
  • 71
  • 107

1 Answers1

0

You should be adding to CodeKit the actual folder where your project files exist on disk, not the virtual host that Mamp sets up.

Bryan
  • 4,628
  • 3
  • 36
  • 62