https://github.com/splix/grails-hsoy-templates
Grails Plugin for Hsoy Templates
https://github.com/splix/grails-hsoy-templates
Last synced: 20 days ago
JSON representation
Grails Plugin for Hsoy Templates
- Host: GitHub
- URL: https://github.com/splix/grails-hsoy-templates
- Owner: splix
- Created: 2012-10-09T01:47:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-11-13T05:21:21.000Z (over 11 years ago)
- Last Synced: 2024-04-16T10:52:42.065Z (about 2 years ago)
- Language: JavaScript
- Size: 149 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Hsoy Templates Plugin for Grails
================================
Hsoy Templates is a client- and server- side templating system for web and Java, see https://github.com/splix/hsoy-templates
This plugin is adding a new Application Resource type for Grails 2.0+ (w/ Resource plugin installed)
Latest versions: `0.3`
Install
--------
Add dependency into `BuildConfig.groovy`:
```
plugins {
compile ":hsoy-templates:0.3"
}
```
Put your `.hsoy` files into `web-app/hsoy/` (like `web-app/hsoy/myapp.hsoy`) directory, and configure resources as:
```
templates {
dependsOn 'soyutils'
resource url: '/hsoy/myapp.hsoy', attrs:[type:'js']
}
```
License
-------
Licensed under the Apache License, Version 2.0