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

This commit is contained in:
JC Brand 2016-02-26 17:35:01 +00:00
parent ba05d4e779
commit a392f3b769
2 changed files with 44250 additions and 2 deletions

44247
builds/converse.js Normal file

File diff suppressed because one or more lines are too long

View File

@ -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']
})