You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
454 B

  1. {
  2. "base": "",
  3. "paths": {
  4. "source": {
  5. "definitions" : "src/definitions/",
  6. "themes" : "src/themes/",
  7. "site" : "src/_site/"
  8. },
  9. "output": {
  10. "uncompressed" : "dist/uncompressed/",
  11. "minified" : "dist/minified/",
  12. "packaged" : "dist/packaged/"
  13. }
  14. },
  15. "browsers" : [
  16. "last 2 version",
  17. "> 1%",
  18. "opera 12.1",
  19. "safari 6",
  20. "ie 9",
  21. "bb 10",
  22. "android 4"
  23. ]
  24. }