ConnectAi / cs

Cornerstone, an es6 web framework built on express.js
13 stars 1 forks source link

support passing data on redirects #10

Closed rosshadden closed 9 years ago

rosshadden commented 9 years ago

Basically, make {{extend}} work with req.redirect().

NOTE: I don't actually remember anything about this one right now---I pulled it from our old TODO.

optikalefx commented 9 years ago

we don't even have {{extend}} anymore. We have hook and bind

rosshadden commented 9 years ago

I don't even remember what extend was... was that how we put scripts and stylesheets (and any arbitrary block for that matter) into the layout, from a specific view?

optikalefx commented 9 years ago

yea, the old days. ha