Don't include deprecated jquery-ui.core.js, which breaks everything.

This commit is contained in:
Manuel Friedli 2019-05-03 23:43:10 +02:00
parent 5a3e672b9c
commit 1583f73220
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ module.exports = function (grunt) {
libs: {
src: [
'node_modules/jquery/dist/jquery.js',
'node_modules/jquery-ui/ui/core.js',
'node_modules/jquery-ui/ui/widget.js',
'node_modules/jquery.cookie/jquery.cookie.js'
],