jameslaneconkling / deck

A nifty single-page app framework with scroll-based navigation. Look mom, no scroll jacking.
http://jameslaneconkling.github.io/deck/
MIT License
0 stars 3 forks source link

autodetect pages using requireDir #4

Open jameslaneconkling opened 9 years ago

jameslaneconkling commented 9 years ago

e.g.

  pageTemplates: _.map(requireDir('../templates/plates'), function(file, template, idx){
    require('../templates/plates.hbs');
  }),
jameslaneconkling commented 9 years ago

well, looks like requireDir doesn't play well with browserify