mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-25 23:48:34 +02:00
hn rage
This commit is contained in:
parent
35e8d98bd5
commit
1ad1ba24d2
7 changed files with 36 additions and 33 deletions
|
@ -6576,7 +6576,8 @@ var init = function() {
|
||||||
[
|
[
|
||||||
"git help;",
|
"git help;",
|
||||||
"delay 1000;",
|
"delay 1000;",
|
||||||
"help"
|
"help;",
|
||||||
|
"levels"
|
||||||
].join(''));
|
].join(''));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -18327,15 +18328,6 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
|
||||||
''
|
''
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
type: 'ModalAlert',
|
|
||||||
options: {
|
|
||||||
markdowns: [
|
|
||||||
'## Levels',
|
|
||||||
'',
|
|
||||||
'The best way to learn is with levels. Type in "levels" to get started!'
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}, {
|
}, {
|
||||||
type: 'ModalAlert',
|
type: 'ModalAlert',
|
||||||
options: {
|
options: {
|
||||||
|
@ -18370,6 +18362,15 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
|
||||||
' * build level'
|
' * build level'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
type: 'ModalAlert',
|
||||||
|
options: {
|
||||||
|
markdowns: [
|
||||||
|
'## Levels',
|
||||||
|
'',
|
||||||
|
'The best way to learn is with levels. Type in "levels" to get started!'
|
||||||
|
]
|
||||||
|
}
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
||||||
|
@ -18632,7 +18633,8 @@ var init = function() {
|
||||||
[
|
[
|
||||||
"git help;",
|
"git help;",
|
||||||
"delay 1000;",
|
"delay 1000;",
|
||||||
"help"
|
"help;",
|
||||||
|
"levels"
|
||||||
].join(''));
|
].join(''));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -18766,15 +18768,6 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
|
||||||
''
|
''
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
type: 'ModalAlert',
|
|
||||||
options: {
|
|
||||||
markdowns: [
|
|
||||||
'## Levels',
|
|
||||||
'',
|
|
||||||
'The best way to learn is with levels. Type in "levels" to get started!'
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}, {
|
}, {
|
||||||
type: 'ModalAlert',
|
type: 'ModalAlert',
|
||||||
options: {
|
options: {
|
||||||
|
@ -18809,6 +18802,15 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
|
||||||
' * build level'
|
' * build level'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
type: 'ModalAlert',
|
||||||
|
options: {
|
||||||
|
markdowns: [
|
||||||
|
'## Levels',
|
||||||
|
'',
|
||||||
|
'The best way to learn is with levels. Type in "levels" to get started!'
|
||||||
|
]
|
||||||
|
}
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
||||||
|
|
1
build/bundle.min.3b93aec2.js
Normal file
1
build/bundle.min.3b93aec2.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
build/bundle.min.js
vendored
2
build/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -409,7 +409,7 @@
|
||||||
For a much easier time perusing the source, see the individual files at:
|
For a much easier time perusing the source, see the individual files at:
|
||||||
https://github.com/pcottle/learnGitBranching
|
https://github.com/pcottle/learnGitBranching
|
||||||
-->
|
-->
|
||||||
<script src="build/bundle.min.d46af441.js"></script>
|
<script src="build/bundle.min.3b93aec2.js"></script>
|
||||||
|
|
||||||
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
|
||||||
The downside? No raw logs to parse for analytics, so I have to include
|
The downside? No raw logs to parse for analytics, so I have to include
|
||||||
|
|
|
@ -138,7 +138,8 @@ var init = function() {
|
||||||
[
|
[
|
||||||
"git help;",
|
"git help;",
|
||||||
"delay 1000;",
|
"delay 1000;",
|
||||||
"help"
|
"help;",
|
||||||
|
"levels"
|
||||||
].join(''));
|
].join(''));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,15 +32,6 @@ exports.dialog = [{
|
||||||
''
|
''
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
type: 'ModalAlert',
|
|
||||||
options: {
|
|
||||||
markdowns: [
|
|
||||||
'## Levels',
|
|
||||||
'',
|
|
||||||
'The best way to learn is with levels. Type in "levels" to get started!'
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}, {
|
}, {
|
||||||
type: 'ModalAlert',
|
type: 'ModalAlert',
|
||||||
options: {
|
options: {
|
||||||
|
@ -75,5 +66,14 @@ exports.dialog = [{
|
||||||
' * build level'
|
' * build level'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
type: 'ModalAlert',
|
||||||
|
options: {
|
||||||
|
markdowns: [
|
||||||
|
'## Levels',
|
||||||
|
'',
|
||||||
|
'The best way to learn is with levels. Type in "levels" to get started!'
|
||||||
|
]
|
||||||
|
}
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue