You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No error message in console, but in the browser that's all I have (I tried adding index.html files to every directory, but it didn't help; as usual I'm on Win7):
Cannot GET /
The text was updated successfully, but these errors were encountered:
@rosamez - the default port is 3080 and anvil should host your output directory at the root of the URL (by default this is "./lib"). Looks like this isn't working correctly, so I'll add this to the list of bugs to fix for 0.9.2. In the meantime, you can fix this with the following block in your build.json file:
{"httpPaths": {"/": "./lib"}}
Hope that work around helps, I'll keep this issue open until the bug fix is published to NPM.
The forced httpPaths didn't help, sorry. Thanks for keeping the bug, hope this gets fixed (though without file watching it doesn't really matter anymore).
No error message in console, but in the browser that's all I have (I tried adding index.html files to every directory, but it didn't help; as usual I'm on Win7):
The text was updated successfully, but these errors were encountered: