Krasimir Tsonev

Results 132 comments of Krasimir Tsonev

@offthegrass you should pass `minify: true` to the `compile` method. For example: ``` js .compile(function() { // ... }, { minify: true }); ```

Yep, I wonder why I did it that way. I'll leave this issue open so I can take care.

Hello @enigma1, thanks for using the library. Here are my comments: 1. Good suggestion about the second parameter. It's not that difficult for implementing so I'll leave this issue open...

A really good question. Let me try to see how this may look like.

Interesting suggestion. Do you talk about the client-side port of the library or for the Node.js module?

It makes sense. However, as you said it will take some time to completely separate the functionalities like that. I'll leave this issue open and will try finding time for...

I'm thinking about fancy Grunt tasks that include only the necessary files. Then provide fallbacks for the missing functions like just methods with same names and location but empty bodies....

Well, guys I'm thinking about rewriting absurd and indeed maybe creating new modules. Still keep the name "absurd".

Good idea. I'll try to invest some time in this.

This looks interesting.