I'm trying to push a site to the gh-pages branch on Github... I need to include the node_modules/ folder but git is not even letting me add it to commit the changes... I understand this is the desired behavior, since you don't want to include the dependencies while developing. But I'm trying to deploy live here... so I need to include all the dependencies...
Any ideas?