Generator, jquery is not defined
Generator, jquery is not defined

I downloaded a basic package for sqlserver from generator, I did not select jquery as I did not previously have it. I started a clean slate on my webserver, uploaded all the files and I get a jquery is not defined messaged. In what I downloaded, I don't see any references or inclusion of files named jquery. Is it possible that some of the extensions that I downloaded require me to select jQuery?
This question has an accepted answers - jump to answer
Answers
This is stated in the dependencies section of the Installation docs:
Yes, you will need to load jQuery.
Kevin
Thank you