https://github.com/grunka/in-page-mustache
https://github.com/grunka/in-page-mustache
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grunka/in-page-mustache
- Owner: grunka
- Created: 2022-12-12T14:05:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T12:46:40.000Z (over 3 years ago)
- Last Synced: 2025-08-06T10:09:54.982Z (11 months ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# in-page-mustache
Was wondering how much code I needed to implement [Mustache](https://mustache.github.io/mustache.5.html) for use inside a page and did this as an exercise.
## Minified using
```shell
uglifyjs in-page-mustache.js --module -cmo in-page-mustache.min.js
```
## Links
- [Test page](test.html)
- [Regular](in-page-mustache.js)
- [Minified](in-page-mustache.min.js)
- [Repository](https://github.com/grunka/in-page-mustache)
- [Mustache Documentation](https://mustache.github.io/)