summaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-03-31 19:34:48 -0700
committerSamy Pessé <samypesse@gmail.com>2014-03-31 19:34:50 -0700
commit07c10da91fa689adcc17c5677b21fb3b5dbf17e2 (patch)
tree18999c277111d1203bdcb49799092b025fbfc19e /Gruntfile.js
parent0ad6533f12ffacb99d5c69332310849ebcf29e16 (diff)
downloadgitbook-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.js4
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: '_'
}
}
}