I need a Compass hook after compiler compile all SCSS files to CSS in STANDALONE (no Rails) project.
Is there any post-compile hook in compass other than editing "compiler.rb" (which is not good solution, because of gem updates)?
Ok I found it ;) Compass has this hooks:
Sad, that on http://compass-style.org/ there is no info about any hook.