1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

migrate script job checking to typescript & update templates for bootstrap 5

This commit is contained in:
checktheroads
2021-04-18 14:17:13 -07:00
parent 5c07a968fe
commit 4b0d5815c0
7 changed files with 321 additions and 73 deletions

View File

@@ -5,7 +5,7 @@
"license": "Apache2",
"scripts": {
"bundle:css": "parcel build --public-url /static -o netbox.css main.scss && parcel build --public-url /static -o rack_elevation.css rack_elevation.scss",
"bundle:js": "parcel build -o netbox.js src/index.ts",
"bundle:js": "parcel build -o netbox.js src/index.ts && parcel build -o jobs.js src/jobs.ts",
"bundle": "yarn bundle:css && yarn bundle:js"
},
"dependencies": {