16 lines
270 B
JSON
16 lines
270 B
JSON
{
|
|
"main": "src/Modernizr",
|
|
"format": "amd",
|
|
"map": {
|
|
"*": "./src/*"
|
|
},
|
|
"shim": {
|
|
"feature-detects/*": ["Modernizr"],
|
|
"feature-detects/*/*": ["Modernizr"]
|
|
},
|
|
"ignore": ["media", "test", "lib", "bin"],
|
|
"buildConfig": {
|
|
"uglify": true
|
|
}
|
|
}
|