diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index f21c918..c3d477c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -31,11 +31,15 @@ module.exports = function (grunt) { include: ["requireLib"], paths: { "jQuery": 'vendors/jquery', + "lodash": 'vendors/lodash', "requireLib": 'vendors/require', }, shim: { 'jQuery': { exports: '$' + }, + 'lodash': { + exports: '_' } } } |