Don't include deprecated jquery-ui.core.js, which breaks everything.
This commit is contained in:
parent
5a3e672b9c
commit
1583f73220
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ module.exports = function (grunt) {
|
||||||
libs: {
|
libs: {
|
||||||
src: [
|
src: [
|
||||||
'node_modules/jquery/dist/jquery.js',
|
'node_modules/jquery/dist/jquery.js',
|
||||||
'node_modules/jquery-ui/ui/core.js',
|
|
||||||
'node_modules/jquery-ui/ui/widget.js',
|
'node_modules/jquery-ui/ui/widget.js',
|
||||||
'node_modules/jquery.cookie/jquery.cookie.js'
|
'node_modules/jquery.cookie/jquery.cookie.js'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue