Rob Wierzbowski

Results 63 comments of Rob Wierzbowski

Yeah, this is a tricky problem. The solution would be the same for any Yeoman generator — is there a generator that currently has sourcemaps working?

Here's the error: ``` Warning: Errno::ENOENT on line ["670"] of /usr/lib/ruby/gems/1.9.1/gems/sass-3.4.2/lib/sass/util.rb: No such file or directory - /vagrant/example2/app/_bower_components/jquery/stylesheets Run with --trace to see the full backtrace Use --force to continue....

I don't think there's much value in unit testing this package, since the commands it uses are pretty close to the metal and refactoring is likely to involve different workflows...

There are a couple of ways we could do this. Might be able to pass something in with ``. I think I'd rather add a new commit token that pulls...

https://github.com/robwierzbowski/jekyll-image-tag/pull/20

Thank you for using the project! And thanks to @iamvdo for maintaining it! This was a great message to receive today. I really appreciate it. :heart: :rocket: :smile: :dog:

Can you tell me what the benefit of pix to rem is? Why not author in rem and use this module for its intended purpose? I had this request a...

I guess we'll agree to disagree. Rems are a type-proportional unit, whereas px are fixed. I use rems when something should be proportionally scaled to type, and px when something...

And by "we size almost everything in .25 increments of rem" I mean almost everything we choose to size in rem. We use percent and px in many situations too,...