Skip to content

Commit

Permalink
Card updates, better minifier
Browse files Browse the repository at this point in the history
  • Loading branch information
april committed Jul 27, 2018
1 parent 5702b96 commit 4b5919b
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/cards/decklist-cards-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/cards/generatecards.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ unzip AllCards-x.json.zip
./parsecards.py

# Minify
java -jar ../../tools/yuicompressor-2.4.8.jar -o '.js$:-min.js' -- *.js
uglifyjs decklist-cards.js -c -m -o decklist-cards-min.js

# Clean up a bit
rm AllCards* decklist-cards.js
Loading

0 comments on commit 4b5919b

Please sign in to comment.