Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721eaa5 commit 760d550Copy full SHA for 760d550
bin/vendors.sh
@@ -49,7 +49,7 @@ install_git assetic git://github.com/kriswallsmith/assetic.git v1.0.0alpha1
49
install_git symfony git://github.com/symfony/symfony.git $VERSION
50
51
# Update the bootstrap files
52
-$DIR/bin/build_bootstrap.php
+../bin/build_bootstrap.php
53
54
# Doctrine ORM
55
install_git doctrine git://github.com/doctrine/doctrine2.git 2.0.2
@@ -94,4 +94,4 @@ install_git WebConfiguratorBundle git://github.com/symfony/WebConfiguratorBundle
94
cd ../../..
95
96
# Update assets
97
-$DIR/app/console assets:install $DIR/web/
+../app/console assets:install ../web/
0 commit comments