RC-Paves3-build / plovr

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

248ec0556f87 broke base.js in RAW mode #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Revision 248ec0556f87 
(http://code.google.com/p/plovr/source/detail?r=248ec0556f87567dacd1a8ca23b25f3a
eb69f1ff) seem to make base.js in RAW mode not work anymore if you have a 
custom closure-library path.

With a custom closure-library path in RAW mode, the files variable look 
something like this

var files = 
["http://localhost:9810/input/app_id/base.js","http://localhost:9810/input/app_i
d/deps.js","http://localhost:9810/input/app_id/goog/debug/error.js", ...

After this revision, the base.js url returns an empty 400 page.

Original issue reported on code.google.com by r...@yext.com on 26 Oct 2011 at 9:20

GoogleCodeExporter commented 8 years ago
Apparently deps.js has the same problem.

Original comment by bolinf...@gmail.com on 7 Nov 2011 at 5:52

GoogleCodeExporter commented 8 years ago
Fixed in 
http://code.google.com/p/plovr/source/detail?r=49ceb3bcef4ac0ec62800a3cbecf073dc
768604c

Original comment by bolinf...@gmail.com on 8 Nov 2011 at 1:29

GoogleCodeExporter commented 8 years ago
Thanks for fixing this!

Original comment by r...@yext.com on 8 Nov 2011 at 1:32