12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- ({
- baseUrl: "../",
- name: "almond",
- out: "../dist/converse-no-dependencies.min.js",
- include: ["converse"],
- excludeShallow: [
- "locales",
- "text!af",
- "text!de",
- "text!en",
- "text!es",
- "text!fr",
- "text!he",
- "text!hu",
- "text!id",
- "text!it",
- "text!ja",
- "text!nb",
- "text!nl",
- "text!pl",
- "text!pt_BR",
- "text!ru",
- "text!uk",
- "text!zh"
- ],
- exclude: [
- "awesomplete",
- "jquery",
- "jquery.noconflict",
- "backbone.browserStorage",
- "backbone.overview",
- "moment_with_locales",
- "strophe",
- "strophe.disco",
- "strophe.rsm",
- "strophe.vcard",
- "strophe.ping",
- "otr",
- "lodash"
- ],
- wrap: {
- startFile: "start.frag",
- endFile: "end-no-dependencies.frag"
- },
- mainConfigFile: "config.js"
- })
|