From 8d3a5025bd6a5e9d33fecb6136675ac51740867b Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 24 Nov 2021 09:32:49 +0100 Subject: [PATCH] feat(js): update gulpfile --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index e58969872..c4311ae4c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -13,6 +13,7 @@ const configApp = { mainFile: 'app.js', src: [ 'public/scripts/dependencies/litespeed.js', + 'public/scripts/dependencies/alpine.js', 'public/scripts/init.js',