move to esbuild & yarn (#138)

* move to esbuild & yarn

* remove gulpfile

* cleanup unused ref

* updated gitignore
This commit is contained in:
mattieserver
2022-08-03 17:29:15 +02:00
committed by GitHub
parent 31a8c756e2
commit af1666b3ba
16 changed files with 640 additions and 4927 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
+ install docker
+ install docker compose
+ install npm
+ enable yarn
+ clone netbox repo
+ clone netbox_topology_views repo
+ create venv: `/usr/bin/python3 -m venv venv`
@@ -12,7 +13,7 @@
# Build
+ build the package: `python3 setup.py develop`
+ build the resources `npm run resources`
+ build the resources `yarn run bundle`
# Test
+ copy configuration.py from dev_setup to the netbox/netbox/ folder