chief-nerd / Tabbie2

The Tabbie2 project main repo
https://www.tabbie.org
19 stars 10 forks source link

Messed up directory references #66

Open SteRoy opened 7 years ago

SteRoy commented 7 years ago

Any new local copy of Tabbie2 (at least on Windows based web servers) will spout garbled messes of directory references where half way through it will switch from forward to backward slashes.

Once init is completed the following folder is created:

(tabbie web install location)/vendor/bower-assets

Renaming that folder to

(tabbie web install location)/vendor/bower

Will resolve this problem.

Maybe the best way to do this would be to append to init.bat: cd vendor ren bower-assets bower