Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for view functions in static views #225

Closed
wants to merge 1 commit into from

Conversation

SLaks
Copy link
Contributor

@SLaks SLaks commented Mar 4, 2013

You can now create view functions on Static instances and use them in server-side static views.

Usage:

var staticPages = derby.createStatic(root);
staticPages.view.fn('name', function(...) { ... };

@nateps
Copy link
Contributor

nateps commented Apr 10, 2014

Thanks for submitting, and sorry I never got a chance to review on the previous Derby code. Derby has needed a complete overhaul internally for some time, so I'm closing all pull requests for previous version of Derby.

Master of Derby is now 0.6 and I am cleaning up previous issues so that I can be more responsive to new issues.

@nateps nateps closed this Apr 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants