meltmedia / generator-express-static

A yeoman generator for the express-static site builder.
MIT License
2 stars 0 forks source link

Updates dependencies to register partials for handlebars #11

Closed kyleaclark closed 10 years ago

kyleaclark commented 10 years ago

Resolve Issue #8

kyleaclark commented 10 years ago

Steps to test:

  1. yo express-static choose handlebars
  2. Add partialTest.html to views/partials folder and include test content e.g. "

    Hello test"

  3. Add handlebars partial include in views/index.html e.g. {{> partialTest}}
  4. Open localhost port to view partialTest content inside root html