Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yorkie/node-views
- Owner: yorkie
- License: mit
- Created: 2012-11-05T06:12:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-02T15:42:28.000Z (almost 11 years ago)
- Last Synced: 2024-10-19T20:18:05.557Z (24 days ago)
- Language: JavaScript
- Homepage:
- Size: 9.18 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
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}"
}
]
}
```