When I create a new Zurb Foundation project using compass with :
compass create <project-name> -r zurb-foundation --using foundation
I get the following error :
Too many arguments were specified.
I found a workaround using sudo, but then my IDE cannot edit files, so this is not a solution.
Moreover, if I remove the project name from the command the project is created but then, when I launch :
compass watch
Instead of monitoring my .sass files, it creates a watch folder containing new .sass and .css files.
Any idea to make work zurb-foundation + compass watch with this command without sudo ?