RC-Paves3-build / plovr

Automatically exported from code.google.com/p/plovr
0 stars 0 forks source link

allow support for multiple inputs on modules #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
there's currently no support for multiple "inputs" when using modules support - 
only a single "input" key is supported and it must be a String.

there's a TODO in the code to add support for multiple inputs to modules; 
figured there may as well be an open Issue.

I've coded myself into a corner on a work project so I'm going to take a stab 
at implementing this.

Original issue reported on code.google.com by onicho...@gmail.com on 27 Oct 2010 at 12:08

GoogleCodeExporter commented 8 years ago
I do plan to implement this, though as a workaround for now, you could take the 
file that you are using as the input and add a goog.require() for each of the 
other inputs to ensure they get pulled into the module.

Original comment by bolinf...@gmail.com on 27 Oct 2010 at 1:05

GoogleCodeExporter commented 8 years ago
bolinfest - yeah i had that thought, about doing the workaround file.  i 
decided to take a stab anyway - i think this works right 
http://pastebin.com/xjgzK41R

Original comment by onicho...@gmail.com on 27 Oct 2010 at 10:57

GoogleCodeExporter commented 8 years ago
Fixed in 
http://code.google.com/p/plovr/source/detail?r=cab1f5b81f5fca497ddfe78cdbbf3d5ba
4bd67ce

Original comment by bolinf...@gmail.com on 2 Dec 2010 at 2:54