ember-gestures
ember-gestures copied to clipboard
Remove dead code
Hi!
I've discovered addon/components/slide-toggle which hasn't been updated since 2015, isn't documented and is like non-functional.
Until Ember CLI supports tree shaking, this dead code increases app's distro size.
Please remove it. You can keep it in a branch.
There's probably more dead code like that.
and is like non-functional. There's probably more dead code like that.
LOL - nicely put - yes, i was just in this lib for a couple hours digging out issue w/ pr 102 - saw some dead soldiers - we should probably use something like broccoli-concat-analyser then go from there.
Open to PR for low hanging fruit, like slide-toggle
(also i didn't write this lib and dont actually use it in prod, so would be better if someone who does removed the code - i'm not sure what is and is not used without going file by file, fyi)