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

Partials Underscore Compile #305

Merged
merged 2 commits into from
Mar 19, 2018

Commits on Mar 16, 2018

  1. Partials Underscore Compile

    Made a small modification to the underscore support render method to allow the template partials to get compiled allowing data to get passed to those as well. 
    
    var user = {username: 'Beetlejuice'};
    <%= partials.xanadu(user) %>
    jaysonpotter committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    dda9fdd View commit details
    Browse the repository at this point in the history
  2. Added test fixtures for underscore partial support

    Added test fixtures and a test for the added support of underscore
    partials.
    jaysonpotter committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    f9a1790 View commit details
    Browse the repository at this point in the history