Possibly as a result of upgrading Foundation, I'm now seeing
Uncaught ReferenceError: require_tree is not defined
at application.self-5b85475c90f679bde377d7dd432881b10d8558dbdaeb182976e6d28d132b9ecb.js?body=1:16
in the console when running my application.
This seems to stem from line 16 of application.js,
(note that require_tree also appears within application.css).
Removing this line removes the error.
Possibly as a result of upgrading Foundation, I'm now seeing
in the console when running my application.
This seems to stem from line 16 of
application.js,(note that
require_treealso appears withinapplication.css).Removing this line removes the error.