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
With run server (rails s) get error: gems/sprockets-7b913165d54b/lib/sprockets/uri_utils.rb:75:in valid_asset_uri?': undefined methodstart_with?' for #Regexp:0x00000006e76228 (NoMethodError)
valid_asset_uri? waiting string but gets rexexp from engine.rb:8
The cause of the error seems to be this line which adds %r(bootstrap/glyphicons-halflings-regular\.(?:eot|svg|ttf|woff2?)$) to the assets precompile path.
At some point in the transition to Sprockets 4 adding a RegExp to the precompile list has started crashing.
With run server (rails s) get error: gems/sprockets-7b913165d54b/lib/sprockets/uri_utils.rb:75:in
valid_asset_uri?': undefined method
start_with?' for #Regexp:0x00000006e76228 (NoMethodError)valid_asset_uri? waiting string but gets rexexp from engine.rb:8
app.config.assets.precompile << %r(bootstrap/glyphicons-halflings-regular.(?:eot|svg|ttf|woff2?)$)
The text was updated successfully, but these errors were encountered: