Skip to content

Commit

Permalink
added asset path info to apidoc composer.json
Browse files Browse the repository at this point in the history
fixes #5104, fixes #5101
  • Loading branch information
cebe committed Sep 18, 2014
1 parent deb6ba3 commit 45a748a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion extensions/apidoc/composer.json
Expand Up @@ -31,5 +31,11 @@
"autoload": {
"psr-4": { "yii\\apidoc\\": "" }
},
"bin": ["apidoc"]
"bin": ["apidoc"],
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}

0 comments on commit 45a748a

Please sign in to comment.