compdemocracy / polis

:milky_way: Open Source AI for large scale open ended feedback
https://pol.is
GNU Affero General Public License v3.0
753 stars 173 forks source link

Add static asset build and s3-deploy deploy make task #1744

Closed metasoarous closed 10 months ago

ballPointPenguin commented 10 months ago

I'm inclined to place the build/ folder inside of file-server/ so that it can optionally be used by (non-dockerized) file-server directly in some cases. e.g. cd file-server && npm start

metasoarous commented 10 months ago

I'm inclined to place the build/ folder inside of file-server/ so that it can optionally be used by (non-dockerized) file-server directly in some cases. e.g. cd file-server && npm start

@ballPointPenguin Interesting idea... Wonder if it wouldn't be better to just have this be an environment variable to configure this? I'm not sure why/when someone would want to do this though, so let's table for now, and fire up another issue if it feels right.