I have no html file, I just want my javascript file to understand jquery commands. I tried putting the compressed, production jquery from the jquery site and adding the line
require("./jquery-1.11.0.min");
at the top of my javascript file but I still get an
ReferenceError: $ is not defined
error for my $.ajax() call. What am I doing wrong?