Hello,
I've searched the sources on how to compile the .coffee with the package, but found out that it can't be done with command coffee, so in my project the htmlized code like div { class='x'} stays uncompiled and passed into html as is. How to pass it to page as it would be a JSX code one?