We use compass/sass in a large-scale project, with hundreds of partial scss files. When running 'compass compile' it takes more than a minute to compile the output css file.
- Does compass use caching on a partial level?
- Is it possible to force compass to compile only the modified files?
- Is it possible to run compass in a 'verbose' mode so I can understand how the cache is being used?