Skip to content

Commit

Permalink
Merge pull request #83 from rachel-fenichel/feature/svg_refactor
Browse files Browse the repository at this point in the history
Refactor block_svg to share code between horizontal and vertical vers…
  • Loading branch information
rachel-fenichel committed Feb 25, 2016
2 parents 48a449b + 6ee0744 commit be889cb
Show file tree
Hide file tree
Showing 11 changed files with 4,359 additions and 5,362 deletions.
37 changes: 20 additions & 17 deletions blockly_compressed_horizontal.js

Large diffs are not rendered by default.

26 changes: 14 additions & 12 deletions blockly_compressed_vertical.js

Large diffs are not rendered by default.

2,906 changes: 1,454 additions & 1,452 deletions blockly_uncompressed_horizontal.js

Large diffs are not rendered by default.

2,906 changes: 1,454 additions & 1,452 deletions blockly_uncompressed_vertical.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,10 +439,10 @@ def run(self):
print("FAILED to create " + f)

def exclude_vertical(item):
return not item.endswith("block_vertical_scratch.js")
return not item.endswith("block_render_svg_vertical.js")

def exclude_horizontal(item):
return not item.endswith("block_svg.js")
return not item.endswith("block_render_svg_horizontal.js")

if __name__ == "__main__":
try:
Expand Down
Loading

0 comments on commit be889cb

Please sign in to comment.