Updating browserify for standalone

This commit is contained in:
Jonathan Putney
2019-11-18 13:18:57 -05:00
parent 10b86955fd
commit bc7a3a03a0
3 changed files with 9 additions and 6 deletions

6
dist/scorm-again.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -9,7 +9,7 @@ module.exports = function(grunt) {
options: {
browserifyOptions: {
debug: true,
standalone: true,
standalone: 'ScormAgain',
},
transform: [
[
@@ -33,7 +33,7 @@ module.exports = function(grunt) {
options: {
browserifyOptions: {
debug: true,
standalone: true,
standalone: 'ScormAgain',
},
transform: [
[