Files
openfoodnetwork/app/webpacker/packs/application.js
David Cook 574e8f0135 Show error message when turbo:frame-missing
Instead of replacing frame contents with unhelpful text 'Content missing'.
2024-04-23 16:48:52 +10:00

11 lines
271 B
JavaScript

import "controllers";
import "../js/turbo";
import "../js/hotkeys";
import "../js/mrujs";
import "../js/matomo";
import "../js/moment";
require.context("../fonts", true);
const images = require.context("../images", true);
const imagePath = (name) => images(name, true);