I'm in the directory /backbone/
which has a main.js
file within scripts. I run python -m SimpleHTTPServer
from the backbone
directory and display it in the browser and the console reads the error $ is not defined
and references a completely different main.js
file from something I was working on days ago with a local python server.
I am new to this and don't have an idea what's going on. Would love some suggestions if you have time.