jblowe / infrared

interim ucb blacklight customizations
Apache License 2.0
0 stars 1 forks source link

gem 'mini_racer' should maybe be included in gemfile #1

Open mcampos-quinn opened 2 years ago

mcampos-quinn commented 2 years ago

Without including this gem I ran into js errors ( "ReferenceError: Can't find variable: BigInt" which traced back to rendering the base blacklight html at line 15: <%= javascript_include_tag "application" %> which is supposed to render/compile application.js).

It isn't clear to me if this is something to do with my environment? I can't tell why it would need this additional runtime environment that isn't needed by radiance. If it seems like something more certain I can make a PR.