I'm trying to proxy node-sass and other npm libraries through Nexus, but run into problems when a post install step of node-sass tries to pull the file https://github.com/sass/node-sass/releases/download/v3.10.1/linux-x64-48_binding.node from github. I'm behind a corporate firewall, so my only option is having Nexus proxy all the files I need.
Is it possible to add just this individual file to Nexus somehow, so that it's able to proxy that and deliver it whenever a request is sent to https://github.com/sass/node-sass/releases/download/v3.10.1/linux-x64-48_binding.node?