rmurphey / js-assessment

A test-driven approach to assessing JS skills
5.15k stars 2.05k forks source link

Replace lib with node_modules or bower_components #106

Closed jamesplease closed 9 years ago

jamesplease commented 9 years ago

We're including some external deps in the repo directly, which prob. isn't necessary with tools like npm and/or bower at our disposal.

I'm not anti-bower or anything, but I think this library might be a case where sticking to npm for simplicity / fewer moving parts could be beneficial.

ashleygwilliams commented 9 years ago

yessssss. p sure this is the next step in the refactor. i'm fine with just using npm. using 2 doesn't really add much value for us, and adds sig complexity for beginners.

i'll probs tackle this in the morning.

rmurphey commented 9 years ago

:+1: to just using npm please!

jamesplease commented 9 years ago

Resolved in #112