SlexAxton / require-handlebars-plugin

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

looking for hb in wrong directory #223

Open justinshea opened 9 years ago

justinshea commented 9 years ago

Hi,

I have the hb plugin here:

'paths': {
   'hbs': '../components/require-handlebars-plugin/hbs',
}.

'hbs': {
   'helpers': true,
   'templateExtension': 'handlebars',
},

Plugin is requesting file from here:

/js/app/handlebars.js

File Structure is

index.html js/app js/app/main.js (requirejs.config) js/app/templates/ js/components/require-handlebars-plugin/hbs

How can I configure so that handlebars gets pulled from the correct directory (the dependency that comes packaged with the plugin I would assume)