Changing exports to just create variables on window
This commit is contained in:
10
gruntfile.js
10
gruntfile.js
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user