diff --git a/gruntfile.js b/gruntfile.js index 2da4308..8b8ae44 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -7,7 +7,10 @@ module.exports = function(grunt) { ], dest: './dist/scorm-again.js', options: { - browserifyOptions: {debug: true}, + browserifyOptions: { + debug: true, + standalone: true, + }, transform: [ [ 'babelify', { @@ -28,7 +31,10 @@ module.exports = function(grunt) { ], dest: './dist/scorm-again.min.js', options: { - browserifyOptions: {debug: true}, + browserifyOptions: { + debug: true, + standalone: true, + }, transform: [ [ 'babelify', {