bakape / hydron

media tagger and organizer
GNU Lesser General Public License v3.0
95 stars 9 forks source link

JS: Add npm package prerequisites #29

Closed Chiiruno closed 6 years ago

Chiiruno commented 6 years ago

For whenever you get the client working.

bakape commented 6 years ago

Don't think we need this, since the repo is go-gettable without npm. Node is dev-only dependency. Thoughts?

Chiiruno commented 6 years ago

So hydron only needs go, and you upload the js to the repo? You don't have to use the make command, only go get, go build?

bakape commented 6 years ago

The js is embedded in the binary. Yes.

Chiiruno commented 6 years ago

Okay, no need for this then.