Luke Jackson
Luke Jackson
sorry I've been a while responding to this, will take a proper look this week!
Humm.. have you managed to find out what is causing this?
Weird.. I would have hope that at least, jQuery would normalize this kinda behavior across different browsers. the codepen example seems to work in the iOS emulator in dev tools.....
Good suggestion. I will look into it. Feel free to PR if you get something working 👍
What do you think to this PR @Arwilliams95 https://github.com/lukejacksonn/GreedyNav/pull/12 ?
Does `addClass` allow for duplicates though? For example if you do `element.addClass('hidden')` twice then will the element have `class="hidden hidden"`.
You can force the install by doing: ``` npm install --engine-strict=false ``` I found the anster here https://github.com/paulmillr/chokidar/pull/679#issuecomment-365675856
Interesting read! Thanks for taking the time to conduct the experiment and for the various compliments. TLDR; I think the outcome of the experiment is rather unconvincing. The gains are...
Thanks for the comment and advice @FredKSchott. I'm still new to pikapkg but am excited to see how a setup works and performs against the ES modules and Webpack only...
I think all versions are now on GitHub.. you could clone them all into a directory, install and build then run `zeit now` or something similar in all three to...