Skip to content

Commit

Permalink
Chess example: Rename to .jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Aug 14, 2022
1 parent e437768 commit f53111f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/chess/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ all: coffee js
coffee:
svgtiler -f map.coffee *.asc
js:
svgtiler -f map.js *.asc
svgtiler -f map.jsx *.asc
2 changes: 1 addition & 1 deletion examples/chess/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## Mapping

* [CoffeeScript mapping file](map.coffee) and equivalent
[JavaScript mapping file](map.js), illustrating:
[JavaScript mapping file](map.jsx), illustrating:
* Computing the square parity to automatically shade dark squares
* Using `require` to load and modify external SVG files
(strip off unnecessary `<svg>` wrapper)
Expand Down
File renamed without changes.

0 comments on commit f53111f

Please sign in to comment.