You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: