Go to file
Gered 89112fb19e fix chart legend rendering in production builds
i've no idea why this problem occurs in production builds. maybe
the clojurescript / google closure compiler is miscompiling the
".-datasets" property/field access? munging the name when it shouldn't?
and if so, why did it munge that name and not e.g. ".-labels" which
worked fine?
2016-06-29 23:49:39 -04:00
env/dev/src fix for lein rollback/migrate 2016-06-29 11:35:58 -04:00
resources add robots.txt 2016-06-29 19:11:25 -04:00
src/mtgcoll fix chart legend rendering in production builds 2016-06-29 23:49:39 -04:00
.gitignore initial commit 2016-06-24 14:17:45 -04:00
LICENSE add LICENSE and update project.clj 2016-06-29 21:25:42 -04:00
project.clj bump version for development 2016-06-29 21:26:22 -04:00
README.md add README.md 2016-06-24 14:20:24 -04:00

MTG Web Collection

Web application to maintain a searchable database of cards, including (optional) card images and prices and to record cards contained in a personal collection.

This project is a work in progress and is not ready for actual use quite yet.