SlexAxton / require-handlebars-plugin

A plugin for handlebars in require.js (both in dev and build)
804 stars 202 forks source link

Relative partials aren't working after r.js build #246

Open Bnaya opened 8 years ago

Bnaya commented 8 years ago

After build, the partials index contains all the templates by their full path The {{> ./ralatievpath }} complied to a relative and not full path

this.invokePartial(partials['./ralatievpath'])

And you get "The partial ./ralatievpath could not be found" error

I'm on the master code last commit 1837ba90ced022472169d0011da4197b9e9ac4cc

Until it fixed, maybe add a notice about it?