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 array as views #126

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 20, 2015

  1. Add support for array as views

    Adds a new private function _getView, that - if viewsPath is an array - compares it to viewPath stripped of the filename, and then does the usual _getTemplareName().
    sundarj committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    33111ca View commit details
    Browse the repository at this point in the history
  2. Fix ordering of _getView

    sundarj committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    e62cb1f View commit details
    Browse the repository at this point in the history
  3. Make filename regex work on Windows

    Something like this? path.normalize should take care of the backslash issue, but I'll see if I can test it tomorrow as well.
    sundarj committed Apr 20, 2015
    Configuration menu
    Copy the full SHA
    136efb5 View commit details
    Browse the repository at this point in the history