I just installed the foundation in my application base directory by executing the following command:
compass create myprojectname -r zurb-foundation --using
When you use compass create [directory_name]
, Compass creates your project within ./[directory_name]
relative from your current directory (running compass create
without the directory name would have created the project in the current directory). In order to compile or watch a Compass project, you need to do either of the following things:
compass compile [path_to_config.rb]
compass compile
Alternately, you could move your config.rb to where you want to run your command. Just make sure you edit the paths to directories configured within said file.