Skip to content

Commit

Permalink
Merge pull request binary-com#10 from aaron-binary/import-scratch-to-…
Browse files Browse the repository at this point in the history
…derivbot

Import scratch to derivbot
  • Loading branch information
Mahboobeh-binary committed Jun 20, 2019
1 parent 0efcfa5 commit bff12ad
Show file tree
Hide file tree
Showing 144 changed files with 8,337 additions and 520 deletions.
3 changes: 1 addition & 2 deletions packages/deriv-bot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
</head>
<body>
<div id="root" role="main"></div>
<script src="./dist/scratch-compressed.js"></script>
<script src="./dist/scratch-messages.js"></script>
<script src="./dist/scratch.js"></script>
<script src="./dist/bot.js"></script>
</body>

Expand Down
17 changes: 17 additions & 0 deletions packages/deriv-bot/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/deriv-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
"vinyl-paths": "^2.1.0",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1"
"webpack-dev-server": "^3.4.1",
"webpack-merge-and-include-globally": "^2.1.16"
},
"dependencies": {
"@binary-com/smartcharts": "^0.3.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
}

.blocklyToolboxDiv {
background-color: $brand-gray !important;
border-width: thin;
color: $brand-dark-gray;
border-right: 0.06em solid;
Expand Down Expand Up @@ -84,6 +83,7 @@
}

.blocklySvg {
background-color: $white !important;
position: absolute;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import './procedures_defnoreturn';
import './procedures_defreturn';
import './procedures_callnoreturn';
import './procedures_callreturn';
import './procedures_ifreturn';
Loading

0 comments on commit bff12ad

Please sign in to comment.