Rob

Results 8 issues of Rob

Would it be possible to make the usage of simple logger optional? I don't see that much benefits compared to $log here and only have to take care about an...

design decisison

I don't know why '+' and '$' were chosen when this feature was implemented, but both characters need to be encoded for valid query strings. (`encodeURIComponent('+$') => '%2B%24'`) So I...

Default templates for js and css are working now, but I have two sections with the 'missing htmlTag' error: 1. First one is optimizing & copying images 2. Second one...

It would be nice to have an option to inline scripts or styles. So instead of ``` ``` I get ``` ...myscript.js contents... ``` Thanks Robert

feature

Hi, if the canvas is inside a div that can be scrolled the mouse position is no longer correct. I think it can be solved with the solution posted in...

Hi, Is therre a way to stop/cancel a dragging operation (so that the callbacks get fired) if the mouse leaves the canvas? (I'm using 1.5.15) Thanks in advance

Hi, all my reference-imports are completely written to the output on compile even if no rule is used. I'm using PhpStorm7.1 and import like this: ``` @import (reference) "Styles.less"; ```...

Hi, is it possible to minimize the CSS before it's pushed to the CDNs? Thanks Rob

feature
performance