fdietz / how_to_build_your_own_team_chat_in_five_days

How to build your own team chat in five days blog series code
130 stars 88 forks source link

Include dependency Underscore #4

Closed stcruy closed 9 years ago

stcruy commented 9 years ago

Dependency "underscore" is missing in package.json of Day 5. Then jspm fails to install it, and the client throws a 404 error and shows the same screen as in issue #3 .

Easy to solve: Underscore was included in Day 4's package.json, and re-including it in Day 5 fixes it. I'll make a PR.