Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-04-06 21:03:36 +02:00
parent 2ae82137cd
commit a2d96128be
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
3 changed files with 45 additions and 569 deletions

21
settings/Makefile Normal file
View File

@ -0,0 +1,21 @@
all: clean npm-update build-js-production
dev-setup: clean npm-update build-js
npm-update:
rm -rf node_modules
npm update
build-js:
npm run dev
build-js-production:
npm run build
watch-js:
npm run watch
clean:
rm js/main.js
rm js/main.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long