silken icon indicating copy to clipboard operation
silken copied to clipboard

Silken wraps Google Closure Templates in a managed servlet environment simplifying push-MVC development.

Results 10 silken issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Hi, I'm using the Silken in my application running on the Google App Engine (GAE). I built the app with using HTMLEASY and Silken and I was very happy with...

I needed to use custom soy functions in my templates, but found that they weren't supported in silken. This implementation is working locally on my project.

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...

I don't know if this the right channel to ask this question, but as I could not find a dedicated forum I will do it anyway :-) As I can...

At the moment caching is set at 30-days. In affect this is "forever" and any dev must use cache busting methods (which silken supports) to ensure clients get a new...

Would it be possible to add support for Delegate Templates so as to be able to specify the Package name(s) and call the setActiveDelegatePackageNames method?

When silken.disableCaching is set to true, we should turn off client-side javascript caching to make development when using closure client-side templates.

Great project! Is there support for using this with Closure Library? I noticed the generated JS doesn't have the Closure Library namespaces at the tops of the files, which are...