Backblaze / boardwalk

A linear remote execution workflow engine built on top of Ansible
Other
18 stars 1 forks source link

Add update-web-deps make target; update the deps #15

Closed m4wh6k closed 2 years ago

m4wh6k commented 2 years ago

What and why?

This just adds a makefile target to manage external web dependencies. Probably this should be done with npm instead but because just need HTMX and Bootstrap at the moment, I'm just keeping it simple.

How was this tested?

Tested locally

Checklist