1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-28 16:59:58 +02:00

merge umd wrapping

This commit is contained in:
Hakim El Hattab
2014-04-27 20:38:20 +02:00
2 changed files with 24 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' ]