azproduction / lmd

LMD - JavaScript Module-Assembler for building better web applications :warning: Project is no longer supported :warning:
http://azproduction.ru/lmd/
MIT License
449 stars 27 forks source link

If no bundles lmd should not print "bundle" in options #169

Closed azproduction closed 10 years ago

azproduction commented 10 years ago

It prints unused "bundle" option each time now.

// LmdBuilder.prototype.renderLmdPackage
var bundle = config.bundle ? config.bundles_callback : false;