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

Added recursive file set resolving for the WebAppFileSetResolver #8

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

Added recursive file set resolving for the WebAppFileSetResolver #8

wants to merge 4 commits into from

Conversation

penguinboy
Copy link
Contributor

Files in subdirectories of top-level namespaces are now added as a part of that namespace.

For example, we have a namespace directory like this:

foo.soy
more/bar.soy

We used to only resolve the namespace as the single file foo.soy.

With the attached changed both foo.soy and bar.soy will be included.

penguinboy and others added 4 commits February 24, 2012 11:52
…mplate model. In the case of a null model this would result in a crash. Additionally, model values would be overwritten by the runtime globals.
Conflicts:
	src/main/java/com/papercut/silken/SilkenServlet.java
	src/main/java/com/papercut/silken/Utils.java
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.

1 participant