Jonathan Garbee
Jonathan Garbee
Gzip is extremely important. Worth moving off App Engine if it can't be stable there.
This isn't that major for SEO. Let's not act like your rankings are going to change because one asset is flaky getting compressed. Because that isn't going to happen at...
You'd need to update the slider's min/max values dynamically. What impact that would have on MDL I don't know for sure. This kind of functionality isn't even available in the...
I made no comment on jQuery UI. What it has isn't of any real relevance to Material Design. I'm just explaining why this is the way it is in MDL...
Change the branch in the url `mdl-1.x` to get to the files until a fix is landed and new site pushed to update the URLs. Thank you.
@surma Wouldn't changing [this menu declaration](https://github.com/google/material-design-lite/blob/master/src/layout/layout.js#L47) in the layout js to `` solve the translation issue upstream? Since then we are using the non-ligature icon reference. Sounds like something we...
@surma Might be specific to how Translate is rendering things... Hard for me to tell what is going on. Nothing jumps out as a problem. Maybe just issues when rendering...
You can also check out the [codepoints](https://github.com/google/material-design-icons/blob/master/iconfont/codepoints) file in the repository. That is where I get mine from.
Commit 04beffae2116690189e7443b12bb37113cd15cfa solves the menu icon being translated by using the codepoint. Either using `notranslate` with ligatures or the codepoints solves the problem, at least with icons. For other Translate...
Yea, internally using codepoints along with providing developers as much markup control as we can in V2 will solve this.