webxl / grunt-reload

A grunt task and reverse proxy that enables live reloading of updated files in the browser.
MIT License
132 stars 19 forks source link

The local proxy site isn't available #34

Open reggi opened 10 years ago

reggi commented 10 years ago

I have an app running on http://localhost:3000/

reload: {
    port: 3001,
    proxy: {
        host: 'localhost',
        port: 3000
    }
}

Any idea why theres nothing at http://localhost:3001???