swig-brunch
v1.1.0
Published
Compiles swig templates for brunch.
Downloads
7
Readme
swig-brunch
Compiles Swig template files for use in brunch. Plugin checks for files that have one of the following extensions:
- .html
- .swig
Usage
Add "swig-brunch": "x.y.z"
to package.json
of your brunch app.
Pick a plugin version that corresponds to your minor (y) brunch version.
If you want to use git version of plugin, add
"swig-brunch": "git+ssh://[email protected]:wmdmark/swig-brunch.git"
.