Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yorkie/node-views

Building Google Closure Templates for NodeJS
https://github.com/yorkie/node-views

Last synced: 5 days ago
JSON representation

Building Google Closure Templates for NodeJS

Awesome Lists containing this project

README

        

# node-views

lame tool to use Google Closure Template

### Configuration

```json
{
"name": "views",
"version" "0.0.1",
"appdir": "./",
"buildMode": "debug|release",
"buildPathList": [
{
"description": "...",
"from": "scripts/modules/templates/{*.soy}",
"to": "scripts/modules/templates/{*.js}",
"style": "skin/themes/1/{*.css}"
}
]
}
```