require-handlebars-plugin
require-handlebars-plugin copied to clipboard
looking for hb in wrong directory
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)