cabbagejs / cabbage

A CLI for building conventional web applications with Broccoli
MIT License
5 stars 0 forks source link

add static HTML pages (at least an index page) #5

Closed searls closed 9 years ago

searls commented 9 years ago

an equivalent to lineman's pages task is necessary.

searls commented 9 years ago

(this should pick up the pages/index.us already in the blueprint)

searls commented 9 years ago

Looked at broccoli-pages, but it seemed a little over-involved, doesn't support underscore interpolation, and the latest on master hadn't hit npm yet.

I think what I'm more inclined to do for now is to write a small custom one that only handles underscore templates and static HTML to get hello world working, adding more filters as we go.