I have made WordPress Theme and have 2 themes in WordPress.org repository. So, I do not hard code my themes and pretty well how to use WordPress Theme goes to online.
I use WAMP server with 127.0.0.1 and my local IP is 192.168.100.103. Everything is ok in my computer.
Other computer, try to see my theme. And, only the HTML, the rest (js and css) is not loaded. I have checked with firebug. Then i see the path is http://localhost/wp-theme/css.. It should be http://192.168.100.103/wp-theme/css..
How to change the path? Or does any setting with WAMP?