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
Modernizr correctly detects the .filereader class being used in my stylesheet but tries to download the filereader.js insted of file-api.js which contains the filereader test.
Error is as follows:
Downloading community files
cache file-api.js
404 filereader.js
>> Generating a custom Modernizr build
>> Skipping uglify
>> Wrote file to .tmp/scripts/modernizr.js
>> The following tests could not be downloaded
>>
>> 404 http://modernizr.com/Modernizr/Modernizr/87c723720a48254ae37ffd56829e32a96f5c5496/feature-detects/filereader.js
>>
>> Check the Modulizr API for more info:
>> https://github.com/Modernizr/modernizr.com/blob/gh-pages/i/js/modulizr.js#L15-157
The text was updated successfully, but these errors were encountered:
Modernizr correctly detects the
.filereader
class being used in my stylesheet but tries to download thefilereader.js
insted offile-api.js
which contains the filereader test.Error is as follows:
The text was updated successfully, but these errors were encountered: