https://github.com/huafu/static-html-brunch
https://github.com/huafu/static-html-brunch
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/huafu/static-html-brunch
- Owner: huafu
- Created: 2012-12-05T12:00:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T08:56:25.000Z (about 5 years ago)
- Last Synced: 2025-02-18T09:06:55.257Z (4 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## static-html-brunch
Adds static html support to [brunch](http://brunch.io) so that require/amd car be used to retreive them as strings.## Usage
Add `"static-html-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
`"handlebars-brunch": "https://github.com/huafu/static-html-brunch.git"`.