leshill / handlebars_assets

Use handlebars.js templates with the Rails asset pipeline.
MIT License
649 stars 159 forks source link

fix the reference error in js strict mode #182

Closed hsunny3993 closed 2 months ago

hsunny3993 commented 2 months ago

Rails 7 (Sprockets v4 ) has an Undefined error while requiring it in application.js, because it is trying to refer it in strict mode.