Skip to content

Commit 79e0e25

Browse files
Update Gruntfile to use core.js rather than jquery-ui.js which is a
concat version
1 parent 185a736 commit 79e0e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ module.exports = function (grunt) {
330330
'node_modules/jquery/dist/jquery.js',
331331
'node_modules/bootstrap/dist/js/bootstrap.min.js',
332332
'node_modules/bootstrap-select/js/bootstrap-select.js',
333-
'node_modules/components-jqueryui/jquery-ui.min.js',
333+
'node_modules/jquery-ui/ui/core.js',
334334
'node_modules/datatables.net/js/jquery.dataTables.js',
335335
'node_modules/datatables.net-select/js/dataTables.select.js',
336336
'node_modules/moment/moment.js',

0 commit comments

Comments
 (0)