Feature detect with Modernizr

* A start on #34
This commit is contained in:
Arlo Breault 2016-04-05 10:27:41 -07:00
parent 0f952408d3
commit d567e2312f
10 changed files with 52 additions and 33 deletions

View file

@ -0,0 +1,11 @@
{
"minify": true,
"options": [
"prefixed"
],
"feature-detects": [
"test/websockets",
"test/webrtc/datachannel",
"test/webrtc/peerconnection"
]
}