expansive.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "meta": {
  3. "site": "https://embedthis.com/goahead/doc"
  4. },
  5. "control": {
  6. "listen": "127.0.0.1:4000"
  7. },
  8. "release": {
  9. "services": {
  10. "reload": {
  11. "enable": false
  12. },
  13. "compress": true,
  14. "css": {
  15. "minify": true,
  16. "usemin": true,
  17. "usemap": false
  18. },
  19. "js": {
  20. "minify": true,
  21. "usemin": true,
  22. "usemap": false
  23. },
  24. "gzip": true,
  25. "html": {
  26. "options": "--remove-comments --conservative-collapse --prevent-attributes-escaping --remove-empty-attributes --remove-optional-tags"
  27. }
  28. }
  29. },
  30. "debug": {
  31. "services": {
  32. "compress": false,
  33. "html": false,
  34. "js": {
  35. "minify": false,
  36. "usemin": true,
  37. "usemap": true
  38. },
  39. "gzip": false
  40. }
  41. }
  42. }