phundament / app

Dockerized Yii2 web application base
http://phundament.com
Other
310 stars 129 forks source link

The file or directory to be published does not exist: vendor\bower/jquery/dist #128

Closed uldisn closed 9 years ago

uldisn commented 9 years ago

I phundament4 installed on windows and get error "The file or directory to be published does not exist: vendor\bower/jquery/dist" When rename vendor\bower-asset to vendor\bower, work fine.

schmunk42 commented 9 years ago

Looks like you have an older version syntax in your root composer.json or missing the fxp/composer-asset-plugin. Yii2 changed the path to bower from bower-asset.

Check if you have this line in your composer.json.

uldisn commented 9 years ago

Ok