add back jquery-ui and remove jquery-migrate
This commit is contained in:
@@ -282,11 +282,6 @@ gulp.task('dependencies', function () {
|
||||
],
|
||||
"base": "./node_modules/jquery/dist"
|
||||
},
|
||||
{
|
||||
"name": "jquery-migrate",
|
||||
"src": ["./node_modules/jquery-migrate/dist/jquery-migrate.js"],
|
||||
"base": "./node_modules/jquery-migrate/dist"
|
||||
},
|
||||
{
|
||||
"name": "jquery-ui",
|
||||
"src": ["./node_modules/jquery-ui-dist/jquery-ui.min.js"],
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
"flatpickr": "4.5.2",
|
||||
"font-awesome": "4.7.0",
|
||||
"jquery": "3.3.1",
|
||||
"jquery-migrate": "3.0.1",
|
||||
"jquery-ui-dist": "1.12.1",
|
||||
"lazyload-js": "1.0.0",
|
||||
"moment": "2.10.6",
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
[
|
||||
'lib/jquery/jquery.min.js',
|
||||
'lib/jquery-migrate/jquery-migrate.js',
|
||||
// 'lib/jquery-ui/jquery-ui.min.js',
|
||||
// 'lib/jquery-ui-touch-punch/jquery.ui.touch-punch.js',
|
||||
'lib/jquery-ui/jquery-ui.min.js',
|
||||
'lib/jquery-ui-touch-punch/jquery.ui.touch-punch.js',
|
||||
|
||||
'lib/angular/angular.js',
|
||||
'lib/underscore/underscore-min.js',
|
||||
@@ -24,7 +23,7 @@
|
||||
'lib/ng-file-upload/ng-file-upload.min.js',
|
||||
'lib/angular-local-storage/angular-local-storage.min.js',
|
||||
|
||||
// 'lib/bootstrap/js/bootstrap.2.3.2.min.js',
|
||||
'lib/bootstrap/js/bootstrap.2.3.2.min.js',
|
||||
'lib/umbraco/Extensions.js',
|
||||
|
||||
'lib/umbraco/NamespaceManager.js',
|
||||
|
||||
Reference in New Issue
Block a user