Changing exports to just create variables on window

This commit is contained in:
Jonathan Putney
2019-11-18 13:41:07 -05:00
parent bc7a3a03a0
commit bbc5af424e
7 changed files with 21 additions and 20 deletions

View File

@@ -7,10 +7,7 @@ module.exports = function(grunt) {
],
dest: './dist/scorm-again.js',
options: {
browserifyOptions: {
debug: true,
standalone: 'ScormAgain',
},
browserifyOptions: {debug: true},
transform: [
[
'babelify', {
@@ -31,10 +28,7 @@ module.exports = function(grunt) {
],
dest: './dist/scorm-again.min.js',
options: {
browserifyOptions: {
debug: true,
standalone: 'ScormAgain',
},
browserifyOptions: {debug: true},
transform: [
[
'babelify', {