This is an example of using Grunt to run Browserify to create minified client-side Javascript that can use jQuery.
To use the example, checkout & cd into the repo, then:
npm install
grunt
Now open index.html
in a web browser, and look in the Javascript console.