Martin Klepsch
Martin Klepsch
In the demo project `boot/core` is specified as dependency but usually that should not be necessary. All functions that are from `boot.core` should be called outside of pods and their...
It might be useful to save the template in the working dir and allow users to modify it and update the existing stack that way. Another possibility is to just...
- [ ] DNS configuration - [x] SSL setup - [x] Adding GZIP - [x] Future Improvements is outdated - [ ] Who is this for?
http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-at-the-edge.html
Chrome recently (I think) introduced some warnings about using document.write() for script tags. Not sure if there are alternatives but the warnings are pretty verbose as they are.
As discovered in #2 sometimes files have not been reloaded even though they changed on disk. #4 has been an easy fix for this but isn't 100% exact. Imagine the...
Asset path has been confusing many esp. since it's also overlapping with a compiler option. I recently "discovered" that what it's doing is actually conceptually similar to the `:root` option...
Are there any situations where you'd want to start it without a slash?
**Pros:** - community effort bundled in one project - dependency ordering + filtering of reloadable files would not need to be re-implemented **Cons:** - potentially more complex to maintain (effort...