mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-08 23:48:02 -05:00
Fixes #1740 and #1605 - removes the static custom build of modernizr - moves Modernizr to the bottom - builds a custom modernizr in gulp - adds tests for the generated modernizr
31 lines
554 B
JSON
31 lines
554 B
JSON
{
|
|
"minify": true,
|
|
"options": [
|
|
"domPrefixes",
|
|
"prefixes",
|
|
"addTest",
|
|
"hasEvent",
|
|
"mq",
|
|
"prefixedCSSValue",
|
|
"testAllProps",
|
|
"testProp",
|
|
"testStyles",
|
|
"setClasses"
|
|
],
|
|
"feature-detects": [
|
|
"test/custom-elements",
|
|
"test/history",
|
|
"test/pointerevents",
|
|
"test/postmessage",
|
|
"test/webgl",
|
|
"test/websockets",
|
|
"test/css/animations",
|
|
"test/css/columns",
|
|
"test/css/flexbox",
|
|
"test/elem/picture",
|
|
"test/img/sizes",
|
|
"test/img/srcset",
|
|
"test/workers/webworkers"
|
|
]
|
|
}
|