From 3e84dc18332286450d00eb2980c689cfd570ad28 Mon Sep 17 00:00:00 2001 From: mark van tilburg Date: Mon, 29 Sep 2025 13:42:32 +0200 Subject: [PATCH] Add pointer.js to Gruntfile.js Add pointer to the Gruntfile --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 0af1618810..1b590977ba 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -8,6 +8,7 @@ const { gzipSync } = require( "node:zlib" ); const coreFiles = [ "widget.js", "widgets/mouse.js", + "widgets/pointer.js", "widgets/draggable.js", "widgets/droppable.js", "widgets/resizable.js",