Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add pointer.js to Gruntfile.js
Add pointer to the Gruntfile
  • Loading branch information
markvantilburg authored Sep 29, 2025
commit 3e84dc18332286450d00eb2980c689cfd570ad28
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading