RC-Paves3-build / plovr

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

RAW mode: use url rewrites instead querystring #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Just an idea to increase debugging convenience.

Instead of having plovr serve files via urls like this:
http://localhost:9810/input?id=foo&name=/bar/spam/baz.js
serve it as:
http://localhost:9810/input/foo/bar/spam/baz.js
or similar.

In tools like Firebug, webkit Inspector users would more easily find files.
Also, in the case of an exception, the console would output:
Uncaught SyntaxError line 123 in baz.js
rather than:
Uncaught SyntaxError line 123 in input.js

Original issue reported on code.google.com by carsten.kraus on 8 Sep 2010 at 10:53

GoogleCodeExporter commented 8 years ago
This is a great idea -- I'll move this closer to the top of the list!

Original comment by bolinf...@gmail.com on 27 Sep 2010 at 3:29

GoogleCodeExporter commented 8 years ago

Original comment by bolinf...@gmail.com on 30 Sep 2010 at 7:53

GoogleCodeExporter commented 8 years ago
This should now be fixed as of 7b2a82fa01: 
http://code.google.com/p/plovr/source/detail?r=7b2a82fa0181e9df6b9b709e875f160ab
6195760

If you find any bugs with this in the next release, please let me know!

Original comment by bolinf...@gmail.com on 14 Oct 2010 at 2:18

GoogleCodeExporter commented 8 years ago
Hi Carsten, I just wanted to thank you for suggesting this as it clearly makes 
using Firebug with plovr SO much better!

Original comment by bolinf...@gmail.com on 8 Nov 2010 at 4:34

GoogleCodeExporter commented 8 years ago
Hey Michael,

pleasure - thanks a lot for implementing the feature!! Really makes using plovr 
even more fun : )

Cheers, Carsten

Original comment by carsten.kraus on 8 Nov 2010 at 9:38