BladeRunnerJS / brjs

BladeRunnerJS (BRJS) is an open source development toolkit and framework for modular construction of large single-page HTML5 apps. It consists of a set of conventions, supporting tools and micro-libraries that make it easy to develop, test, deploy and maintain complex JavaScript apps.
http://bladerunnerjs.org/
GNU Lesser General Public License v3.0
229 stars 36 forks source link

Unused XML resources causes extra unused Source Modules in the Bundle #1223

Open andy-berry-dev opened 9 years ago

andy-berry-dev commented 9 years ago

See by @janhancic. Having an unused library that only contains XML resources causes Source Modules used by the XML files to be part of the bundle. This is possibly caused by the 'config on blades' work.

janhancic commented 9 years ago

This lib also has JS files. But nothing from that lib is used inside of our app (or any other lib).