From efb3bc6bad75bb4735a2a5fa279bd1bc25230c1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Sat, 31 Aug 2019 08:40:29 -0400 Subject: [PATCH] Move JavaScript to where our compiler expects it Though i think it expects a better directory name than 'js', it'll take any .js file that's in a subdirectory of src's global, layout, or components directories. --- .../custom/geofresco/src/{ => global}/js/responsive-iframes.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename web/themes/custom/geofresco/src/{ => global}/js/responsive-iframes.js (100%) diff --git a/web/themes/custom/geofresco/src/js/responsive-iframes.js b/web/themes/custom/geofresco/src/global/js/responsive-iframes.js similarity index 100% rename from web/themes/custom/geofresco/src/js/responsive-iframes.js rename to web/themes/custom/geofresco/src/global/js/responsive-iframes.js