Skip to content

Update easyXDM

Kostas Diamantis edited this page Nov 25, 2020 · 4 revisions

Update easyXDM

Install ant package

For debian users:

$ sudo apt-get install ant

For mac users:

$ brew install ant

For more info check ant wiki


Build easyXDM

Run in your console the following commands

$ echo "build.number=0" > ./node_modules/easyxdm/build.number
$ cd ./node_modules/easyxdm/ && ant

Update the new version of easyXDM in ./vendor

$ cp ./node_modules/easyxdm/work/easyXDM{.min,}.js ./vendor

Commit the new version of easyXDM in ./vendor

Clone this wiki locally