1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-29 17:30:09 +02:00

add UMD support. fix #787

This commit is contained in:
Michael Williams
2014-04-08 17:08:21 -07:00
parent 9da952fea3
commit 613a05f154
2 changed files with 26 additions and 4 deletions

View File

@@ -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' ]