Skip to content
This repository has been archived by the owner on Apr 25, 2018. It is now read-only.

Remove nodejs requirement for host machine #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

silvolu
Copy link
Contributor

@silvolu silvolu commented Mar 15, 2016

Silent failures generated a lot of issues, so I moved the node and npm
stuff to the web containers. The files are now just copied to the web container
instead of being mounted as a volume, which means that some changes are needed
for active development (which requires nodejs on the host machine).
Will update instructions if people ask for it.

Silent failures generated a lot of issues, so I moved the node and npm
stuff to the web containers. The files are now just copied to the web container
instead of being mounted as a volume, which means that some changes are needed
for active development (which requires nodejs on the host machine).
Will update instructions if people ask for it.
@silvolu
Copy link
Contributor Author

silvolu commented Mar 15, 2016

@kroikie @ToddKerpelman (and anyone that wants to comment!) this avoids "silent failures" caused by problems with nodejs and its toolchain on the host machine, and avoid the need having nodejs etc. on the host machine. WDYT?

@ToddKerpelman
Copy link
Contributor

I can't say I completely understand the impact of the changes you made, but I like fewer silent failures...

@silvolu
Copy link
Contributor Author

silvolu commented Mar 16, 2016

Is to fix issues like #18 (comment): with this change the frontend requirements are all in the docker image, so "it should just work"™every time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants