We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd6d7c commit de7d206Copy full SHA for de7d206
install.sh
@@ -8,6 +8,7 @@ function sparse_checkout {
8
git remote add -f origin http://github.com/$1/$2
9
echo Resources/doc > .git/info/sparse-checkout
10
git checkout master
11
+ rm -rf ../bundles/$2
12
mv Resources/doc ../bundles/$2
13
cd ..
14
rm -rf sparse_checkout
@@ -18,5 +19,6 @@ sparse_checkout sensiolabs SensioGeneratorBundle
18
19
sparse_checkout doctrine DoctrineFixturesBundle
20
sparse_checkout doctrine DoctrineMigrationsBundle
21
sparse_checkout doctrine DoctrineMongoDBBundle
22
+rm -rf cmf
23
git clone http://github.com/symfony-cmf/symfony-cmf-docs cmf
24
0 commit comments