KyleAMathews / coffee-react-quickstart

Quickstart for building React single page apps using Coffeescript, Gulp, Webpack, and React-Router
http://kyleamathews.github.io/coffee-react-quickstart
MIT License
254 stars 41 forks source link

Add jQuery to package to resolve error #11

Closed alanhogan closed 10 years ago

alanhogan commented 10 years ago

If you clone coffee-quick-react as it stands now, run npm install and then cult watch, you get an error because backbone thinks it requires jQuery. this was the simple fix.

KyleAMathews commented 10 years ago

Hmmm... I'm not using backbone anywhere here so this is something for your branch.

alanhogan commented 10 years ago

Oh duh. lol. sorry. That's what I get for doing two things at once

KyleAMathews commented 10 years ago

:)