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 vendorren bower-assets bower
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:
Renaming that folder to
Will resolve this problem.
Maybe the best way to do this would be to append to init.bat:
cd vendor
ren bower-assets bower