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