scragg0x / realms-wiki

Git based wiki inspired by Gollum
http://realms.io
GNU General Public License v2.0
833 stars 91 forks source link

Installing from Git gives me 404 on vendor css #140

Open glassresistor opened 8 years ago

glassresistor commented 8 years ago

I'm trying to add some features to realms. It works fine when i pip install but when i pip install -e .(or python setup.py install) I end up with all of the vendor css missing. I went ahead and also ran bower install and and can find the css in my local copy but its still missing when I install.

scragg0x commented 8 years ago

Might need to add --force

python setup.py install --force