Browse Source

Removing the jquery check.

pull/214/head
connors 12 years ago
parent
commit
0795f7b059
  1. 2
      Gruntfile.js

2
Gruntfile.js

@ -22,7 +22,7 @@ module.exports = function(grunt) {
concat: {
options: {
banner: '<%= banner %><%= jqueryCheck %>'
banner: '<%= banner %>'
},
ratchet: {
src: [

Loading…
Cancel
Save