grunt-reload
grunt-reload copied to clipboard
The local proxy site isn't available
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???