diff options
author | Michael Williams | 2014-04-08 17:08:21 -0700 |
---|---|---|
committer | Michael Williams | 2014-04-08 17:08:21 -0700 |
commit | 613a05f1544d21d5a16ffcefd960c24daec91873 (patch) | |
tree | b9e322b1327639d90ed06eac9630cabbe5022661 /Gruntfile.js | |
parent | 9da952fea30906090446d038430186b11dba7f13 (diff) |
add UMD support. fix #787
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 1baf966..0e67363 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' ] |