diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-18 20:42:18 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-18 20:42:18 +0200 |
commit | 8a6d36ac4d8b8d3796e961e19455a3861a3a8e91 (patch) | |
tree | 92f9dfe3786e2bd3bddddbfdc2c7e007c38ad53a /Gruntfile.js | |
parent | 64622c5945b6be910556f2c280bea5b729f11825 (diff) | |
download | gitbook-8a6d36ac4d8b8d3796e961e19455a3861a3a8e91.zip gitbook-8a6d36ac4d8b8d3796e961e19455a3861a3a8e91.tar.gz gitbook-8a6d36ac4d8b8d3796e961e19455a3861a3a8e91.tar.bz2 |
Improve stability of mixpanel tracking
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 30a3c68..e3925e6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -35,7 +35,6 @@ module.exports = function (grunt) { "lodash": 'vendors/lodash', "requireLib": 'vendors/require', "Mousetrap": 'vendors/mousetrap', - "mixpanel": 'vendors/mixpanel', "lunr": path.join(__dirname, "node_modules/lunr/lunr") }, shim: { @@ -48,9 +47,6 @@ module.exports = function (grunt) { 'Mousetrap': { exports: 'Mousetrap' }, - 'mixpanel': { - exports: 'mixpanel' - }, 'lunr': { exports: 'lunr' } |