-
Should be let users have `.html` on the end of their route?
I recently tried to access a page, and mistakenly included `.html` on the end, as I copied the file name in to the browser. This feels like…
-
Ubuntu version of nodejs is quite old (using `apt-get install nodejs`)
Setup fails at `npm install`, as the required version is 4.x.x.
Simple fix would be...
```
sudo apt-get install curl
curl --s…
-
Could we add something like a trouble shooting section to the docs?
Often it can be time consuming to diagnose the cause of an error due to node's cryptic error handling.
For example the following …
-
If a user does not have environment variables set up for username and password, the app won't boot when running in production (eg on Heroku).
Instead, we could show a helpful error page that describe…
-
jQuery is extremely useful, especially for prototyping - I think it should be in the kit 'out of the box'