xmpp.chapril.org-conversejs/src/build.js
JC Brand e68c51d2fa Explicitly list dependencies for modules
Instead of using the deps-*.js files. Builds will currently break, they still
need to be reworked.

Also moved the refreshWebkit method to utils.
2016-02-23 07:15:37 +00:00

8 lines
161 B
JavaScript

({
baseUrl: "../",
name: "components/almond/almond.js",
out: "../builds/converse.min.js",
include: ['main'],
mainConfigFile: '../main.js'
})