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
vevo-demetrius-johnson edited this page Jan 24, 2015
·
3 revisions
I want to build a online/disk page cache so we do not need to render. We just take a hash from the input + rest data.
I want to update the pipeline so that the .props on the pipeline reflect the namespace locations. So that if you foobar = @namespace('foobar') then foobar.setProps({test:'hello'}) will let you get foobar.props.test not foobar.foobar.props.test. The problem is that props is from the root for the namespace. (its shared)