diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 3fc66ec..f21c918 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -30,6 +30,7 @@ module.exports = function (grunt) { optimize: "uglify", include: ["requireLib"], paths: { + "jQuery": 'vendors/jquery', "requireLib": 'vendors/require', }, shim: { |