Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile - github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6e6ba6ff738debe9e5a8820ad99cc37c759230a (plain)
1
2
3
4
5
6
7
all: install
	grunt build
install:
	git submodule update --init --recursive
	(cd js/jsxc/ && npm install)
	(cd js/jsxc/ && bower install)
	npm install