Heisenbergjs / heisenberg

A project base for building modern JavaScript applications
http://heisenbergjs.github.com/heisenberg/
156 stars 12 forks source link

RequireJS Text Plugin #7

Closed jackfranklin closed 11 years ago

jackfranklin commented 11 years ago

RequireJS has an awesome text plugin which lets us load in text files as dependencies / modules. This means we could strip the sample Handlebars templates out into one / multiples?

Thoughts?

OliverJAsh commented 11 years ago

Re. my suggestion, it might be an idea to have one branch using the text plugin, and another branch using something like grunt so that templates are concatenated into a file as AMD modules.

jackfranklin commented 11 years ago

IMO. (Posted a more detailed response on #8)

jackfranklin commented 11 years ago

Just did this :)