We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46480bc commit ba33844Copy full SHA for ba33844
grunt.js
@@ -22,6 +22,7 @@ module.exports = function( grunt ) {
22
},
23
globals: {
24
jQuery: true,
25
+ "$": true,
26
27
// qunit globals
28
// TODO would be nice to confine these to test files
@@ -52,4 +53,4 @@ module.exports = function( grunt ) {
52
53
54
// load the project's default tasks
55
grunt.loadTasks( path.join('build', 'tasks') );
-};
56
+};
0 commit comments