This commit is contained in:
Peter Cottle 2013-02-16 12:55:03 -08:00
parent 8e8bb1600d
commit e18b2cf2bf
5 changed files with 51 additions and 3 deletions

View file

@ -18354,6 +18354,22 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
' * merge'
]
}
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## Sharing is caring!',
'',
'Share trees with your friends via',
'',
' * export tree',
' * import tree',
'',
'Have a great lesson to share? Try building a level with',
'',
' * build level'
]
}
}];
@ -18777,6 +18793,22 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
' * merge'
]
}
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## Sharing is caring!',
'',
'Share trees with your friends via',
'',
' * export tree',
' * import tree',
'',
'Have a great lesson to share? Try building a level with',
'',
' * build level'
]
}
}];

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

View file

@ -409,7 +409,7 @@
For a much easier time perusing the source, see the individual files at:
https://github.com/pcottle/learnGitBranching
-->
<script src="build/bundle.min.b0179df7.js"></script>
<script src="build/bundle.min.b5afe603.js"></script>
<!-- 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

View file

@ -59,5 +59,21 @@ exports.dialog = [{
' * merge'
]
}
}, {
type: 'ModalAlert',
options: {
markdowns: [
'## Sharing is caring!',
'',
'Share trees with your friends via',
'',
' * export tree',
' * import tree',
'',
'Have a great lesson to share? Try building a level with',
'',
' * build level'
]
}
}];