1
0
miroir de https://github.com/nextcloud/server.git synchronisé 2024-07-24 13:24:51 +02:00
nextcloud/settings/Makefile
John Molakvoæ (skjnldsv) 62667914a0
Copyright fix, changed vue settings output name and fixes template name
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-12 10:26:53 +02:00

27 lignes
306 B
Makefile

all: dev-setup build-js-production
dev-setup: clean clean-dev npm-init
npm-init:
npm install
npm-update:
npm update
build-js:
npm run dev
build-js-production:
npm run build
watch-js:
npm run watch
clean:
rm -f js/settings-vue.js
rm -f js/settings-vue.js.map
clean-dev:
rm -rf node_modules