aspiers / git-deps

git commit dependency analysis tool
GNU General Public License v2.0
298 stars 47 forks source link

server not working: 404 request to cola.v3.min.js #49

Closed paulwellnerbou closed 9 years ago

paulwellnerbou commented 9 years ago

Setting up a git-deps server on a clean ubuntu 15.04 system (in a docker image) results in 404 requests trying to get /node_modules/webcola/WebCola/cola.v3.min.js, although /node_modules/webcola/WebCola/cola.min.js exists.

I worked around this issue in https://github.com/paulwellnerbou/git-deps-docker creating a symlink when building the docker image:

RUN ln -s /git-deps/html/node_modules/webcola/WebCola/cola.min.js /git-deps/html/node_modules/webcola/WebCola/cola.v3.min.js

Maybe its the node/npm version doing different naming than expected?

aspiers commented 9 years ago

Upstream broke it :-( I've submitted an issue and a fix.