183. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2024-03-04 14:38:53 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

183.1 Files compared

#LocationFileLast Modified
1/Users/coca/Documents/www/Porto v4.0.2/Theme Files/Magento 2.x/Porto Theme v4.0.7/app/design/frontend/Smartwave/porto/Smartwave_Portorequirejs-config.js2023-08-17 03:52:29 +0000
2/Users/coca/Documents/www/Porto v4.0.2/Theme Files/Magento 2.x/Porto Theme v4.0.8/app/design/frontend/Smartwave/porto/Smartwave_Portorequirejs-config.js2024-03-01 04:14:21 +0000

183.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged364
Changed13
Inserted13
Removed00

183.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

183.4 Active regular expressions

No regular expressions were active.

183.5 Comparison detail

1 var config = { 1 var config = {
2     paths: { 2     paths: {
3         'imagesloaded': 'Smartwave_Porto/js/imagesloaded', 3         'imagesloaded': 'Smartwave_Porto/js/imagesloaded',
4         'packery': 'Smartwave_Porto/js/packery.pkgd', 4         'packery': 'Smartwave_Porto/js/packery.pkgd',
5         'themeSticky': 'js/jquery.sticky.min', 5         'themeSticky': 'js/jquery.sticky.min',
6         'pt_appear': 'Smartwave_Porto/js/apear', 6         'pt_appear': 'Smartwave_Porto/js/apear',
7         'pt_animate': 'Smartwave_Porto/js/animate', 7         'pt_animate': 'Smartwave_Porto/js/animate',
8         'lazyload': 'js/jquery.lazyload', 8         'lazyload': 'js/jquery.lazyload',
9         'owlcarousel': 'owl.carousel/owl.carousel', 9         'owlcarousel': 'owl.carousel/owl.carousel',
10         'parallax': 'js/jquery.parallax.min', 10         'parallax': 'js/jquery.parallax.min',
11         'floatelement': 'js/jquery.floatelement'
 11         'floatelement': 'js/jquery.floatelement',
    12         'marquee': 'Smartwave_Porto/js/marquee.min'
12     }, 13     },
13     shim: { 14     shim: {
14         'packery': { 15         'packery': {
15             deps: ['jquery','imagesloaded'] 16             deps: ['jquery','imagesloaded']
16         }, 17         },
17         'themeSticky': { 18         'themeSticky': {
18             deps: ['jquery'] 19             deps: ['jquery']
19         }, 20         },
20         'pt_animate': { 21         'pt_animate': {
21           deps: ['jquery','pt_appear'] 22           deps: ['jquery','pt_appear']
22         }, 23         },
23         'owlcarousel': { 24         'owlcarousel': {
24             deps: ['jquery'] 25             deps: ['jquery']
25         }, 26         },
26         'lazyload': { 27         'lazyload': {
27             deps: ['jquery'] 28             deps: ['jquery']
28         }, 29         },
29         'floatelement': { 30         'floatelement': {
30           deps: ['jquery'] 31           deps: ['jquery']
    32         },
    33         'marquee': {
    34           deps: ['jquery']
31         } 35         }
32     } 36     }
33 }; 37 };