chief-nerd / Tabbie2

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

'tabbie2.git/vendor/bower-asset' should be named 'tabbie2.git/vendor/bower' #3

Closed florianprischl closed 9 years ago

florianprischl commented 9 years ago

When I make a clean install, I get the directory 'tabbie2.git/vendor/bower-asset'. I assume that this is put there by composer.phar, because it is not part of the repository.

In any case Tabbie only works if I do cp ./tabbie2.git/vendor/bower-asset tabbie2.git/vendor/bower This should be fixed to work out of the box.

chief-nerd commented 9 years ago

gets fixed by executing:

php composer.phar global require "fxp/composer-asset-plugin:1.0.*@dev"

known yii2 bug

florianprischl commented 9 years ago

Got it, thanks!

florianprischl commented 9 years ago

I did

$ php composer.phar global require "fxp/composer-asset-plugin:1.0.*@dev"
Changed current directory to /home/legallyg/.composer
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing fxp/composer-asset-plugin (dev-master dd924a0)
    Cloning dd924a0f152acadd53d2a8d29d1a279073d60b4e

Writing lock file
Generating autoload files
$ rm -rf vendor/bower/
$ ./yii migrate
Yii Migration Tool (based on Yii v2.0.1-dev)

No new migration found. Your system is up-to-date.
$ killall php-cgi

But I still have the issue.

Also, can I not markdown code over several lines? :(

czlee commented 9 years ago

Just saw this, I ran into it too and worked around with

$ ln -s bower-asset bower

(@florianprischl, I've made your Markdown code multi-line :smiley: it's done using three backticks.)