I’m trying to get jquery to work but no matter what I try I still get the following error message:
$ is not defined
I’ve tried to place the following line at the beginning of all.js
:
//= require plugins/jquery1.11.2.min
As well as trying out the jquery-middleman
gem, but to no avail.
Is there a proper way to use jquery with Middleman?