diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-03-31 19:34:48 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-03-31 19:34:50 -0700 |
commit | 07c10da91fa689adcc17c5677b21fb3b5dbf17e2 (patch) | |
tree | 18999c277111d1203bdcb49799092b025fbfc19e /Gruntfile.js | |
parent | 0ad6533f12ffacb99d5c69332310849ebcf29e16 (diff) | |
download | gitbook-07c10da91fa689adcc17c5677b21fb3b5dbf17e2.zip gitbook-07c10da91fa689adcc17c5677b21fb3b5dbf17e2.tar.gz gitbook-07c10da91fa689adcc17c5677b21fb3b5dbf17e2.tar.bz2 |
Add base for handling and storing progress
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: '_' } } } |