Commit a392f3b7 authored by JC Brand's avatar JC Brand

Fix build of converse.js (build with all deps)

parent ba05d4e7
This diff is collapsed.
......@@ -2,6 +2,7 @@
baseUrl: "../",
name: "components/almond/almond.js",
out: "../builds/converse.min.js",
include: ['main'],
mainConfigFile: '../main.js'
mainConfigFile: '../main.js',
include: ['converse'],
insertRequire: ['converse']
})
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment