heyMP / frontend-dev

Don't use this anymore now that polymer and web components exist :)
8 stars 2 forks source link

Html templating system #23

Open heyMP opened 9 years ago

heyMP commented 9 years ago

We need to improve the rapid prototyping process. Instead of duplicating code in index.html we need to provide a templating system. That way users can add their compontent templates and replicate them easily in index.html. This will also give them the opportunity to use this tool as a static site generator.

heyMP commented 9 years ago

I think the solution should be a static site generator but as minimal as possible.

Leaning toward something like https://middlemanapp.com. I would prefer it be node based but I haven't found one yet that doesn't have quite a learning curve.