Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
Daniel Calviño Sánchez dd19a43ccd Remove JavaScript test configuration and dependencies
Currently there are no JavaScript unit tests, so the related stuff can
be removed and added later if/when needed.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-08 11:31:04 +02:00
Daniel Calviño Sánchez 29138d3560 Bump Babel from 7.3.4 to 7.4.4
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-08 10:42:34 +02:00
Joas Schilling 30e55c4de9
Increase version
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-02 11:39:44 +02:00
Julius Härtl 0b4e6045c0
Adapt new library version
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-27 10:44:21 +01:00
Daniel Calviño Sánchez 9f1212ab10
Replace RTCPeerConnection wrapper with standard RTCPeerConnection
Most features of the RTCPeerConnection wrapper are not used, so the
wrapper can be replaced by the standard RTCPeerConnection plus some code
to handle offers and answers.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-03-27 10:36:32 +01:00
Daniel Calviño Sánchez 06c160e494
Add make step to bundle the custom SimpleWebRTC
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-03-27 10:36:31 +01:00
Daniel Calviño Sánchez b8cbd171ca
Add WebRTC adapter and other SimpleWebRTC dependencies
The WebRTC adapter and the other added dependencies will be bundled
together with a custom version of SimpleWebRTC (to be added in following
commits) in a single file.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-03-27 10:36:27 +01:00
Daniel Calviño Sánchez 241dda266c Add Handlebars to the development dependencies
Dependencies declared in "package.json" are installed locally, so the
call to the handlebars script must be updated accordingly.

To ensure that Handlebars is installed before using it the Make step to
compile the templates now depends on the step to setup the development
environment.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-11-21 11:25:41 +01:00
Christoph Wurst 108ca00c16
add karma/jasmine config for js unit testing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-10-18 15:22:47 +02:00