compilation - Is there a compiler for standard HTML that allows includes without a server-side language? -
i've had couple of projects required delivering standard html files, each of has lot of common markup in header , footer of page.
i use sass css , love can include 1 .scss file another, , still end single .css file.
i'm hopeful there similar compiler html, haven't been able find one.
i though haml might ticket, doesn't seem have include functionality.
thanks.
the first thing comes mind jade:
https://github.com/visionmedia/jade
simplifies html , allows compiled includes.
Comments
Post a Comment