less talking

This commit is contained in:
Peter Cottle 2013-02-16 16:38:36 -08:00
parent 00506aa332
commit a2bf42461d
6 changed files with 28985 additions and 1069 deletions

28979
build/bundle.js Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

2
build/bundle.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

View file

@ -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.39ca2e00.js"></script> <script src="build/bundle.min.b8b245a7.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

View file

@ -17,21 +17,6 @@ exports.dialog = [{
'[http://pcottle.github.com/learnGitBranching/?demo](http://pcottle.github.com/learnGitBranching/?demo)' '[http://pcottle.github.com/learnGitBranching/?demo](http://pcottle.github.com/learnGitBranching/?demo)'
] ]
} }
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## The LearnGitBranching Interface',
'',
'There are features to use within the user interface behind ',
'this modal dialog. A list',
'',
' * git commands (to interact with git)',
' * level commands (to get level hints or solutions)',
' * sandbox commands (like this one)',
''
]
}
}, { }, {
type: 'ModalAlert', type: 'ModalAlert',
options: { options: {
@ -56,23 +41,11 @@ exports.dialog = [{
markdowns: [ markdowns: [
'## Sharing is caring!', '## Sharing is caring!',
'', '',
'Share trees with your friends via', 'Share trees with your friends via `export tree` and `import tree`',
'', '',
' * export tree', 'Have a great lesson to share? Try building a level with `build level` or try out a friend\'s level with `import level`',
' * import tree',
'', '',
'Have a great lesson to share? Try building a level with', 'For now let\'s get you started on the `levels`...'
'',
' * build level'
]
}
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## Levels',
'',
'The best way to learn is with levels. Type in "levels" to get started!'
] ]
} }
}]; }];