Closed alanhogan closed 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.
npm install
cult watch
Hmmm... I'm not using backbone anywhere here so this is something for your branch.
Oh duh. lol. sorry. That's what I get for doing two things at once
:)
If you clone coffee-quick-react as it stands now, run
npm install
and thencult watch
, you get an error because backbone thinks it requires jQuery. this was the simple fix.