grunt-reload icon indicating copy to clipboard operation
grunt-reload copied to clipboard

The local proxy site isn't available

Open reggi opened this issue 12 years ago • 0 comments

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???

reggi avatar Oct 20 '13 00:10 reggi