mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
Use knockout-transformations from NPM instead of knockout-projections.
Remove unused dependency on jquery-lazyload.
This commit is contained in:
parent
a8a1efb071
commit
54adc8d075
2 changed files with 2 additions and 4 deletions
|
@ -194,7 +194,6 @@ cfg.paths.js = {
|
||||||
'node_modules/jquery/dist/jquery.min.js',
|
'node_modules/jquery/dist/jquery.min.js',
|
||||||
'node_modules/jquery-mousewheel/jquery.mousewheel.js',
|
'node_modules/jquery-mousewheel/jquery.mousewheel.js',
|
||||||
'node_modules/jquery-scrollstop/jquery.scrollstop.js',
|
'node_modules/jquery-scrollstop/jquery.scrollstop.js',
|
||||||
// 'node_modules/jquery-lazyload/jquery.lazyload.js',
|
|
||||||
'node_modules/jquery-backstretch/jquery.backstretch.min.js',
|
'node_modules/jquery-backstretch/jquery.backstretch.min.js',
|
||||||
'vendors/jquery-ui/js/jquery-ui-1.10.3.custom.min.js', // custom
|
'vendors/jquery-ui/js/jquery-ui-1.10.3.custom.min.js', // custom
|
||||||
'vendors/jquery-nanoscroller/jquery.nanoscroller.js', // custom (modified)
|
'vendors/jquery-nanoscroller/jquery.nanoscroller.js', // custom (modified)
|
||||||
|
@ -211,7 +210,7 @@ cfg.paths.js = {
|
||||||
'node_modules/underscore/underscore-min.js',
|
'node_modules/underscore/underscore-min.js',
|
||||||
'node_modules/moment/min/moment.min.js',
|
'node_modules/moment/min/moment.min.js',
|
||||||
'node_modules/knockout/build/output/knockout-latest.js',
|
'node_modules/knockout/build/output/knockout-latest.js',
|
||||||
'node_modules/knockout-projections/dist/knockout-projections.min.js',
|
'node_modules/knockout-transformations/dist/knockout-transformations.min.js',
|
||||||
'node_modules/knockout-sortable/build/knockout-sortable.min.js ',
|
'node_modules/knockout-sortable/build/knockout-sortable.min.js ',
|
||||||
'node_modules/matchmedia-polyfill/matchMedia.js',
|
'node_modules/matchmedia-polyfill/matchMedia.js',
|
||||||
'node_modules/matchmedia-polyfill/matchMedia.addListener.js',
|
'node_modules/matchmedia-polyfill/matchMedia.addListener.js',
|
||||||
|
|
|
@ -98,14 +98,13 @@
|
||||||
"intersection-observer": "0.4.2",
|
"intersection-observer": "0.4.2",
|
||||||
"jquery": "2.2.4",
|
"jquery": "2.2.4",
|
||||||
"jquery-backstretch": "2.1.16",
|
"jquery-backstretch": "2.1.16",
|
||||||
"jquery-lazyload": "1.9.7",
|
|
||||||
"jquery-mousewheel": "3.1.13",
|
"jquery-mousewheel": "3.1.13",
|
||||||
"jquery-scrollstop": "1.2.0",
|
"jquery-scrollstop": "1.2.0",
|
||||||
"js-cookie": "2.1.4",
|
"js-cookie": "2.1.4",
|
||||||
"json-loader": "0.5.7",
|
"json-loader": "0.5.7",
|
||||||
"json3": "3.3.2",
|
"json3": "3.3.2",
|
||||||
"knockout": "3.4.2",
|
"knockout": "3.4.2",
|
||||||
"knockout-projections": "github:stevesanderson/knockout-projections#v1.1.0",
|
"knockout-transformations": "2.1.0",
|
||||||
"knockout-sortable": "0.14.1",
|
"knockout-sortable": "0.14.1",
|
||||||
"lightgallery": "1.2.21",
|
"lightgallery": "1.2.21",
|
||||||
"lozad": "1.0.4",
|
"lozad": "1.0.4",
|
||||||
|
|
Loading…
Reference in a new issue