jolly icon indicating copy to clipboard operation
jolly copied to clipboard

Production ready boilerplate for hapi.js

Results 4 jolly issues
Sort by recently updated
recently updated
newest added

Improve test coverage

Only CSS files get revision in the current snapshot. However, other assets (especially JS) could also make use of it. The reason I ask is because browsers can then cache...

The current method of context injection is unstable, because it relies on internal state of hapi's request cycle, the former of which is not a documented, public API, and hence...

# Why? So far, we've been creating a local controller object manually for each individual route plugin. It is a process that has to be repeated for every new route...