Skip to content

Commit 3e84dc1

Browse files
Add pointer.js to Gruntfile.js
Add pointer to the Gruntfile
1 parent 13bbc77 commit 3e84dc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const { gzipSync } = require( "node:zlib" );
88
const coreFiles = [
99
"widget.js",
1010
"widgets/mouse.js",
11+
"widgets/pointer.js",
1112
"widgets/draggable.js",
1213
"widgets/droppable.js",
1314
"widgets/resizable.js",

0 commit comments

Comments
 (0)