https://github.com/jfrux/licode-nuve-client
build script / easier distribution for Licode Nuve Client
https://github.com/jfrux/licode-nuve-client
Last synced: about 1 month ago
JSON representation
build script / easier distribution for Licode Nuve Client
- Host: GitHub
- URL: https://github.com/jfrux/licode-nuve-client
- Owner: jfrux
- Created: 2015-07-28T18:33:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T18:33:34.000Z (almost 11 years ago)
- Last Synced: 2025-11-16T19:05:30.155Z (7 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuve Client JS
## Installation for Node
```
npm install licode-nuve-client
```
## Installation for Browser
```
bower install licode-nuve-client
```
## Different Distribution Files
In the `dist` directory there are several files.
`nuve.all.js` is the uncompressed / unminified version that includes vendor files
`nuve.js` is the uncompressed / unminified version of the nuve client.
## Development
Only needs done if there are changes to the licode nuveClient repo.
```
git clone https://github.com/joshuairl/licode-nuve-client.git #clones this repo
cd licode-nuve-client
npm install # Installs build tools.
npm install grunt-cli -g # if you don't already have it
grunt update && grunt build
```