bracketclub / bracket-data

Get some helpful data for a tournament bracket.
MIT License
5 stars 1 forks source link

Builds to not include JSON data you dont need #6

Closed lukekarrys closed 10 years ago

lukekarrys commented 10 years ago

Not currently sure how things like browserify deal with dynamic requires, but I imagine it could lead to two issues:

  1. The sport/year that you need not in the file
  2. Every sport/year in the file when you only need one

Some sort of pre-built options need to be made for this if it doesnt work out-of-the-box with browserify.

lukekarrys commented 10 years ago

Built files are coming in 2.0 which is currently in master.