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
488 B

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