You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting an error that my customTests file doesn't exist:
[15:18:03] Starting 'modernizr'...
[15:18:03] Finished 'modernizr' after 9.83 ms
>> Explicitly including these tests:
>> touchevents
Looking for Modernizr references
>> Ready to build using these settings:
>> addTest, html5printshiv, testProp, fnBind
Building your customized Modernizr{ [Error: Error: ENOENT: no such file or directory, open '/Users/user/Sites/project/web/themes/project/node_modules/modernizr/lib/../src/test/../../../../../js/utils/modernizrVideoAutoplay.js'
In module tree:
modernizr-init
at Error (native)
]
originalError:
{ [Error: ENOENT: no such file or directory, open '/Users/user/Sites/project/web/themes/project/node_modules/modernizr/lib/../src/test/../../../../../js/utils/modernizrVideoAutoplay.js']
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/Users/user/Sites/project/web/themes/project/node_modules/modernizr/lib/../src/test/../../../../../js/utils/modernizrVideoAutoplay.js',
fileName: '/Users/user/Sites/project/web/themes/project/node_modules/modernizr/lib/../src/test/../../../../../js/utils/modernizrVideoAutoplay.js',
moduleTree: [ 'modernizr-init' ] } }
I keep getting an error that my customTests file doesn't exist:
There is no folder
src/test
inside modernizr.Here is the relevant part in my gulpfile.js:
The text was updated successfully, but these errors were encountered: