Rob Wierzbowski

Results 63 comments of Rob Wierzbowski

Ping! This is the main issue preventing me from using the plugin.

I came here looking for a solution to this exact problem. Any progress?

Could you use CSS transforms instead of positioning?

Although now that I look at the source code I think it might be because it's loading Sprockets/Tilt. Thoughts?

I'd also be interested in an example of using hamlbars as a haml extension as opposed to a standalone executable. @spundun, did you get this working?

After looking at your example I have everything working well. All it took was a `-r hamlbars`.

As long as the whole library remains < 1k, I actually prefer it as a single production/build file. It's a nice contrast/simplification to Modernizr's endless configurability.

+1. The current Maruku (REXML, really) also chokes on html attributes without values. ``` html I cause an `malformed XML: missing tag start` REXML error ```

For sure. Can you open a pull request to add that information to the readme?

I haven't played around with sourcemaps yet. I'd prefer to generate sourcemaps into tmp and not reference anything outside of the tmp/app/dist folders when you're in the browser. If you...