diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 7d984c6..71ae151 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -69,7 +69,8 @@ module.exports = function(grunt) { globals: { head: false, module: false, - console: false + console: false, + unescape: false } }, files: [ 'Gruntfile.js', 'js/reveal.js' ] |