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