css - How to combine compass with bless? -


i working on compass project , final css output huge needs be blessed .

i using codekit compile scss files, , has bless option less , sass files unluckly option seems not available compass projects (btw there no workaround fix problem https://github.com/bdkjones/codekit/issues/163)

is there alternative way automatically after compiling process? possible watch css file nodejs , bless it?

====================================================

update

i not using codekit anymore use grunt build project assets , works charm.

well, seems using this reference can like:

on_stylesheet_saved |filename|     system('blessc ' + file.basename(filename)) end 

after have installed bless.

what attaching event after compile compass file :) enjoy


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -