Skip to content

Commit

Permalink
Improvements to generatemoves
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Irwin committed Dec 29, 2013
1 parent a411cce commit 90b52a7
Show file tree
Hide file tree
Showing 10 changed files with 95 additions and 58 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# backgammon.js v0.1
# backgammon.js v0.1 (alpha)
Backgammon via JavaScript

Backgammon.js consists of four modules:
Expand Down
4 changes: 3 additions & 1 deletion automin.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

./min.sh

# get the current path
CURPATH=`pwd`

Expand All @@ -11,7 +13,7 @@ inotifywait -mr --timefmt '%d/%m/%y %H:%M' --format '%T %w %f' \
# convert absolute path to relative
FILECHANGEREL=`echo "$FILECHANGE" | sed 's_'$CURPATH'/__'`

/home/max/apps/backgammon.js/min.sh
./min.sh
echo "At ${time} on ${date}, file $FILECHANGE triggered a minify"
./automin.sh
done
17 changes: 9 additions & 8 deletions backgammon.min.js

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions build/board.min.js

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

9 changes: 6 additions & 3 deletions build/game.min.js

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

2 changes: 1 addition & 1 deletion build/main.min.js

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

Loading

0 comments on commit 90b52a7

Please sign in to comment.