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",