add deploy process

This commit is contained in:
boryslevytskyi
2017-05-13 19:20:06 +03:00
parent 30bc69b214
commit dd0f66be9b
9 changed files with 30 additions and 109 deletions

View File

@@ -18,9 +18,8 @@ commands.initialize(cmd, appState);
console.log("appState", appState);
var hashArgs = hash.getArgs(window.location.hash);
var startupCommands = ['1','2','1|2<<2'];
var startupCommands = ['help', '1|2&6','1<<0x2a','2 4 8 16 32'];
if(hashArgs.length > 0) {
startupCommands = hashArgs;
}

21
src/bundle.js Normal file

File diff suppressed because one or more lines are too long

1
src/bundle.js.map Normal file

File diff suppressed because one or more lines are too long