exclude.json 212 B

1234567891011121314
  1. {
  2. "dest": "build/modernizr-exclude.js",
  3. "excludeTests": [
  4. "applicationcache",
  5. "emoji",
  6. "notification"
  7. ],
  8. "files": {
  9. "src": [
  10. "test/{js,css}/*"
  11. ]
  12. },
  13. "uglify": false
  14. }