In a nutshell, flat feature folders:
src/
app/
home.tsx
app-header.tsx
app-sidebar.tsx
extends MeshInstance | |
var mat; | |
var prev_position; | |
var zpos = 10; | |
func _ready() -> void: | |
mat = self.get_active_material(0) | |
prev_position = translation | |
print(mat) |
/* bling.js */ | |
window.$ = document.querySelectorAll.bind(document); | |
Node.prototype.on = window.on = function (name, fn) { | |
this.addEventListener(name, fn); | |
}; | |
NodeList.prototype.__proto__ = Array.prototype; |
Below are the actual files we use in one of our latest production applications at Agora Games to achieve zero downtime deploys with unicorn. You've probably already read the GitHub blog post on Unicorn and would like to try zero downtime deploys for your application. I hope these files and notes help. I am happy to update these files or these notes if there are comments/questions. YMMV (of course).
Other application notes:
Salient points for each file:
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.