From 28f8a445e4b7db6dac0f8090d8344d1b3fb7872d Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Tue, 26 May 2020 21:56:40 +0200 Subject: Move the systemtags to core/src * Move to the handlebar loader from webpack Signed-off-by: Roeland Jago Douma Signed-off-by: npmbuildbot[bot] --- apps/systemtags/templates/admin.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/systemtags/templates') diff --git a/apps/systemtags/templates/admin.php b/apps/systemtags/templates/admin.php index 7b6a20efdd3..27fad5bc47b 100644 --- a/apps/systemtags/templates/admin.php +++ b/apps/systemtags/templates/admin.php @@ -20,9 +20,7 @@ */ script('core', [ - 'systemtags/systemtags', - 'systemtags/systemtagmodel', - 'systemtags/systemtagscollection', + 'dist/systemtags', ]); script('systemtags', 'admin'); -- cgit v1.2.3