Move Block Factory from apps to demos. Add icons to demos.

This commit is contained in:
Neil Fraser
2014-10-16 16:58:32 -07:00
parent 6748e43d30
commit 6909e38fc8
243 changed files with 213 additions and 6344 deletions

View File

@@ -77,6 +77,11 @@ if (loc.match('/apps/puzzle/')) {
loc = 'https://blockly-games.appspot.com/puzzle';
}
if (loc.match('/apps/blockfactory/')) {
// Block Factory moved from apps to demos on 16 Oct 2014.
loc = loc.replace('/apps/', '/demos/');
}
if (loc.match('/apps/turtle/turtle.html')) {
// Turtle moved to index.html on 7 Aug 2013.
loc = loc.replace('/turtle.html', '/index.html');