Open your command line
gem update --system
gem install compass
compass create <myproject>
This will initialize a compass project. It will add a folder called . The folder will look like have the following structure:
File/Folder | description |
---|---|
sass/ | Put you sass/scss files in this folder |
stylesheets/ | In this folder your compiled css will be stored |
config.rb | Configure compass - e.g. folder path, sass compilation |
compass watch
This will compile your sass files every time you change them. The sass folder path can be changed inside of the config.rb