From 6d9162e511c21a2a7a26f1285e1131db3e15f8aa Mon Sep 17 00:00:00 2001 From: Kakarot <57848836+GhzGarage@users.noreply.github.com> Date: Wed, 13 Oct 2021 19:33:43 -0500 Subject: [PATCH] Globbing --- fxmanifest.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index 6588803..44d61ba 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -30,7 +30,7 @@ ui_page 'html/index.html' files { 'html/index.html', - 'html/app.js' + 'html/*.js' } dependencies { @@ -38,4 +38,4 @@ dependencies { 'connectqueue' } -lua54 'yes' \ No newline at end of file +lua54 'yes'