Skip to content

Commit

Permalink
Merge pull request #504 from entrylabs/issue/4813
Browse files Browse the repository at this point in the history
Issue/4813
  • Loading branch information
chanlee authored Nov 1, 2016
2 parents 12e0e67 + d54f9d8 commit 4d7a6a2
Show file tree
Hide file tree
Showing 12 changed files with 1,343 additions and 821 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ module.exports = function(grunt) {
]);

grunt.registerTask('development', [
'watch',
'closureCompiler:targetName',
'karma',
'concurrent'
Expand Down
1 change: 1 addition & 0 deletions dist/entry.css
Original file line number Diff line number Diff line change
Expand Up @@ -5225,6 +5225,7 @@ input.entryObjectNameWorkspace:-moz-read-only {
background-color: rgba(0, 0, 0, 0.6);
}
.entryPopup.popupHelper {
position: fixed;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
Expand Down
374 changes: 268 additions & 106 deletions dist/entry.js

Large diffs are not rendered by default.

1,005 changes: 511 additions & 494 deletions dist/entry.min.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion example/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,13 @@
<!--language-->
<script src="../extern/lang/ko.js"></script>

<!--socket.io-->
<script src="https://cdn.socket.io/socket.io-1.4.5.js"></script>

<!--entryjs-->
<script src="http://play-entry.com/lib/components-webfontloader/webfont.js"></script>
<script src="../extern/util/static.js"></script>
<script src="../dist/entry.min.js"></script>
<script src="../dist/entry.js"></script>
<script src="../src/workspace/block_entry.js"></script>

<!--main script-->
Expand Down
1 change: 1 addition & 0 deletions extern/util/static.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ EntryStatic.getAllBlocks = function() {
"arduino_download_source",
"arduino_connected",
"arduino_reconnect",
"arduino_open",
"arduino_get_number_sensor_value",
"arduino_get_digital_value",
"arduino_toggle_led",
Expand Down
1 change: 1 addition & 0 deletions src/css/components/popup.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
}

.entryPopup.popupHelper {
position: fixed;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
Expand Down
Loading

0 comments on commit 4d7a6a2

Please sign in to comment.