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.

24 lines
481 B

9 years ago
  1. {
  2. "admin": true,
  3. "base": "",
  4. "paths": {
  5. "source": {
  6. "config" : "src/theme.config",
  7. "definitions" : "src/definitions/",
  8. "site" : "src/site/",
  9. "themes" : "src/themes/"
  10. },
  11. "output": {
  12. "packaged" : "dist/",
  13. "uncompressed" : "dist/components/",
  14. "compressed" : "dist/components/",
  15. "themes" : "dist/themes/"
  16. },
  17. "clean" : "dist/"
  18. },
  19. "permission" : false,
  20. "rtl": false
  21. }