Updating browserify for standalone
This commit is contained in:
Vendored
+4
-2
File diff suppressed because one or more lines are too long
Vendored
+3
-2
File diff suppressed because one or more lines are too long
+2
-2
@@ -9,7 +9,7 @@ module.exports = function(grunt) {
|
|||||||
options: {
|
options: {
|
||||||
browserifyOptions: {
|
browserifyOptions: {
|
||||||
debug: true,
|
debug: true,
|
||||||
standalone: true,
|
standalone: 'ScormAgain',
|
||||||
},
|
},
|
||||||
transform: [
|
transform: [
|
||||||
[
|
[
|
||||||
@@ -33,7 +33,7 @@ module.exports = function(grunt) {
|
|||||||
options: {
|
options: {
|
||||||
browserifyOptions: {
|
browserifyOptions: {
|
||||||
debug: true,
|
debug: true,
|
||||||
standalone: true,
|
standalone: 'ScormAgain',
|
||||||
},
|
},
|
||||||
transform: [
|
transform: [
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user