Currently working on a Compass project and facing the issue of my final CSS output being too large, requiring it to be blessed. I am using Codekit to compile SCSS files but unfortunately, the bless option is not available for Compass projects as mentioned in this Github issue. Is there an alternative method to automatically bless the compiled CSS file after the process? Can nodejs be used to watch the CSS file and then bless it?
====================================================
UPDATE
I have switched from Codekit to Grunt for building project assets which is working perfectly now.