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
Called through gulp-modernizr, I see failures to exclude: "progressbar" and "meter" tests. Also worth noting that the modernizr website refers to this now as "progressbar_meter" on the download page.
I am not 100% sure if it's and issue with the
Modernizr 3.0.0-alpha
but when I am trying to excludetrack
andperformance
tests fromModernizr
.So my
customizr.json
looks likes this:Then I am calling:
./bin/customizr --config customizr.json
The resulting generated file
build/modernizr-custom.js
containsModernizr.addTest("track","kind"in createElement("track"))
.The text was updated successfully, but these errors were encountered: