howardjones / network-weathermap

Network Weathermap draws diagrams from data
http://www.network-weathermap.com/
MIT License
426 stars 94 forks source link

Missing files on the /vendor directory #101

Closed hadeshimself closed 7 years ago

hadeshimself commented 7 years ago

There are a few files missing on the /vendor directory. There's a wrong reference to jquery.min.js and there's no jquery-fastlivefilter included.

howardjones commented 7 years ago

Please read the README.md

After following the steps there, do you still have wrong references?

hadeshimself commented 7 years ago

Sorry about that. But yes, after that the files are not going automatically to the /vendor directory. They stayed at bower_components/. Moving them makes everything work fine.

howardjones commented 7 years ago

Hmm. When you did the git clone, you should have gotten a '.bowerrc' file that corrects that (to make bower install modules in vendor instead of bower_components) - did that file not come down with the rest?

hadeshimself commented 7 years ago

Correct, that fixes it. I somehow messed up with the file permissions on all dot files.

howardjones commented 7 years ago

OK, cool. Just wanted to make sure I didn't accidentally do something there :-) I've also just removed the 'other' copies for jquery etc, so it's more obvious that it should all be in vendor. This is only a problem if you are tracking the dev version though.