Aleksey Gladysh
Aleksey Gladysh
I'm having the same issue. In production and staging, all of the files being processed through browserify come out empty with browserify 14.1.0+. I tried 13.3.0-14.4.0 and it worked with...
The pull request for browserify 14.1.0 has this comment, which might have something to do with this issue: https://github.com/substack/node-browserify/pull/1673#issuecomment-273617535
As of v3.1.0, browserify-incremental no longer requires `fullPaths`, so enabling it on production and staging is safe now, at least according to my tests. https://github.com/jsdf/browserify-incremental/issues/25
I'm going to make a fork and start working on some of the things that bug me the most, then send some pull requests.
Question: how much ES2015 is allowed? In other words, what versions of Node.js are you aiming for? I personally tend to use `const`, `Array.filter`, arrow functions, and template strings a...
I would propose hiding the controls and/or captions on mobile devices until a touch is received. That will probably be the easiest way to make it look good on mobile....
Is there any particular reason why left and right padding isn't set on buttons? I'm going to normalize the padding for now, as it appears different in different browsers.
I've sent a pull request for the first item, but it's somewhat incomplete as it resets the zoom level. I've opened some issues about zoom (the first being most important)...
I've added some commits to improve the view on mobile devices.
The focus of my project has shifted a bit, so I probably won't get back to this for a while. To be more precise, management has a bit of an...