Xin Wu

Results 6 comments of Xin Wu

No, Linner does not have any memory control configuration. Linner just use Uglifyjs2 to compress the js file, CSSminify to compress the css file. So, if you have any problem...

We just debug coffee by transformed code, and add `debugger` into code, debug it in chrome. CoffeeScript is a almost line by line compiler, its easily to read and rethink...

when `linner build`, need compress the image by using chunky_png

@fouber 我们有一套基于 Ruby 的集成方案 [Linner](https://github.com/SaitoWu/linner) 在团队实践一年了, 思路一致. 在使用上追求简洁, 易用. 尤其体现在配置上.

I'll follow the upstream's response. In this PR, I think u dont need to implement a encode class. Its ok, If we just get the encoding name, no need to...