diff options
author | Hakim El Hattab | 2014-04-27 20:38:20 +0200 |
---|---|---|
committer | Hakim El Hattab | 2014-04-27 20:38:20 +0200 |
commit | 6aaff6395ac35c9f554dc2d6ab3531eab4b08c08 (patch) | |
tree | 5a2130203d35552fff472742db74a5a27f91b2ad /Gruntfile.js | |
parent | 860580d4d0d10646b59a9b3663c0c1cc504bc1c2 (diff) | |
parent | c67e6d2e490f95e0f3e679f07ba347572a840c97 (diff) |
merge umd wrapping
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index b6738b0..a497524 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -70,7 +70,9 @@ module.exports = function(grunt) { head: false, module: false, console: false, - unescape: false + unescape: false, + define: false, + exports: false } }, files: [ 'Gruntfile.js', 'js/reveal.js' ] |