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

krankerl.toml - github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9a0f8c77d9a511a4ba007b2e7e4c1ea8cb6efd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
exclude = [
	".tx",
	"screenshots",
	"tests",
	".scrutinizer.yml",
	".travis.yml",
	".git",
	"Makefile",
	"composer.json",
	"composer.lock",
	"issue_template.md",
	"package-lock.json",
	"package.json",
	"webpack.config.js",
	"krankerl.toml",
	"node_modules",
	"js/apps",
	"js/models",
	"js/templates",
	"js/utils",
	"js/views",
	"js/bookmarklet.js",
	"js/main.js",
	"*.md",
]

before_cmds = [
	"npm install",
	"npm run build",
	"composer install",
]