mirror of
https://codeberg.org/spire/webrcon.git
synced 2026-06-03 09:14:06 +02:00
minor js fixes, update build system, minimize dependencies
This commit is contained in:
parent
7ebfdddf2c
commit
ef059b1af3
7 changed files with 68 additions and 43 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
all: build
|
||||
|
||||
node_modules: package.json
|
||||
npm install
|
||||
|
||||
.PHONY: build
|
||||
build: node_modules
|
||||
node node_modules/.bin/babel src --out-dir lib
|
||||
Loading…
Add table
Add a link
Reference in a new issue