Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adam-lynch/emmetsmustache
Combination of Emmet with Mustache for minimal templates
https://github.com/adam-lynch/emmetsmustache
Last synced: 3 months ago
JSON representation
Combination of Emmet with Mustache for minimal templates
- Host: GitHub
- URL: https://github.com/adam-lynch/emmetsmustache
- Owner: adam-lynch
- Created: 2013-06-11T23:16:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-12T01:02:43.000Z (over 11 years ago)
- Last Synced: 2024-04-14T23:54:34.106Z (9 months ago)
- Language: JavaScript
- Homepage: http://adamlynch.com/emmetsMustache/
- Size: 164 KB
- Stars: 8
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emmet's Mustache
### A combination of [Emmet](http://emmet.io) and [Mustache](http://mustache.github.io/). See the [demo](http://adam-lynch.github.io/emmetsMustache/).
So far, this is just a proof of concept. The idea would be to first compile/pre-process typical HTML/Mustache templates into abbreviated Emmet syntax and then send as little of possible of the wire between server and client.
The server-side compilation of the templates would be the hardest part. **Feel free to contribute**.
--------
This was inspired by @sergeche's [issue](https://github.com/emmetio/emmet/issues/93) on the Emmet core.