Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.