You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this plugin with Backbone, materialize and sometimes (about once every ten loads) "Handlebars" and "JSON" in hbs.js are undefined, so I have some errors like "Cannot read property 'stringify' of undefined" or if Handlebars is undefined "Cannot read property 'registerHelper' of undefined".
My requirejs config:
Also I trying to use r.js (for minimize to one file) with almond, but I have error " hbs is not defined":
Tracing dependencies for: ../../../node_modules/almond/almond
ReferenceError: hbs is not defined
In module tree:
main
app/views/app
app/views/filter
hbs
Error: ReferenceError: hbs is not defined
In module tree:
main
app/views/app
app/views/filter
hbs
at eval (eval at <anonymous> (C:\Users\chechenev_m\WebstormProjects\tass web
\client-side\r.js:28066:64), <anonymous>:1:1)
I use this plugin with Backbone, materialize and sometimes (about once every ten loads) "Handlebars" and "JSON" in hbs.js are undefined, so I have some errors like "Cannot read property 'stringify' of undefined" or if Handlebars is undefined "Cannot read property 'registerHelper' of undefined".
My requirejs config:
The text was updated successfully, but these errors were encountered: