build-no-dependencies.js 961 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ({
  2. baseUrl: "../",
  3. name: "almond",
  4. out: "../dist/converse-no-dependencies.min.js",
  5. include: ["converse"],
  6. excludeShallow: [
  7. "locales",
  8. "text!af",
  9. "text!de",
  10. "text!en",
  11. "text!es",
  12. "text!fr",
  13. "text!he",
  14. "text!hu",
  15. "text!id",
  16. "text!it",
  17. "text!ja",
  18. "text!nb",
  19. "text!nl",
  20. "text!pl",
  21. "text!pt_BR",
  22. "text!ru",
  23. "text!uk",
  24. "text!zh"
  25. ],
  26. exclude: [
  27. "awesomplete",
  28. "jquery",
  29. "jquery.noconflict",
  30. "backbone.browserStorage",
  31. "backbone.overview",
  32. "moment_with_locales",
  33. "strophe",
  34. "strophe.disco",
  35. "strophe.rsm",
  36. "strophe.vcard",
  37. "strophe.ping",
  38. "otr",
  39. "lodash"
  40. ],
  41. wrap: {
  42. startFile: "start.frag",
  43. endFile: "end-no-dependencies.frag"
  44. },
  45. mainConfigFile: "config.js"
  46. })