mirror of
https://github.com/Mibew/design.git
synced 2025-01-23 02:20:34 +03:00
Update webim/js/source/build.xml file
Add pluginmanager.js, handlebars.js, handlebars_hrlpers.js to the webim/js/source/build.xml configuration file
This commit is contained in:
parent
d53e1d8020
commit
72d0c3b0a4
@ -44,6 +44,18 @@
|
|||||||
<arg value="mibew_api:1:common"/>
|
<arg value="mibew_api:1:common"/>
|
||||||
<arg value="--js"/>
|
<arg value="--js"/>
|
||||||
<arg value="mibew_api.js"/>
|
<arg value="mibew_api.js"/>
|
||||||
|
<arg value="--module"/>
|
||||||
|
<arg value="pluginmanager:1:common"/>
|
||||||
|
<arg value="--js"/>
|
||||||
|
<arg value="pluginmanager.js"/>
|
||||||
|
<arg value="--module"/>
|
||||||
|
<arg value="handlebars:1:common"/>
|
||||||
|
<arg value="--js"/>
|
||||||
|
<arg value="handlebars.js"/>
|
||||||
|
<arg value="--module"/>
|
||||||
|
<arg value="handlebars_helpers:1:common"/>
|
||||||
|
<arg value="--js"/>
|
||||||
|
<arg value="handlebars_helpers.js"/>
|
||||||
<arg value="--module"/>
|
<arg value="--module"/>
|
||||||
<arg value="chatserver:1:common"/>
|
<arg value="chatserver:1:common"/>
|
||||||
<arg value="--js"/>
|
<arg value="--js"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user