gladiusjs / html5-game-template

minimalist html5 template of infrastructure useful for most games
91 stars 7 forks source link

"volo build" shouldn't forget to minify libraries that are accessed without using require() #13

Closed dmose closed 12 years ago

dmose commented 12 years ago

Right now, the "volo build" only includes libraries that are accessed via require() in the built version. This means that projects that use non-AMD(ified) libraries will build and deploy an incomplete (and therefore non-working) copy of the game.

dmose commented 12 years ago

Paired with jrburke on fix for this, now merged into the master branch.