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 215d4fe commit 2aa9d30Copy full SHA for 2aa9d30
webapp/Makefile
@@ -46,14 +46,9 @@ composer-dump-autoload-dev:
46
public/bundles/nelmioapidoc:
47
# We can not use bin/console here, as when using a fakeroot,
48
# the include paths are broken. We just copy in the data we need
49
- -rm -rf $@
50
mkdir -p $@
51
cp -a vendor/nelmio/api-doc-bundle/public/* $@
52
53
-# -rm -rf public/bundles/nelmioapidoc
54
-# mkdir -p public/bundles/nelmioapidoc
55
-# cp -a vendor/nelmio/api-doc-bundle/public/* public/bundles/nelmioapidoc/
56
-
57
clean-l:
58
-rm -rf public/bundles/nelmioapidoc
59
-rm -f vendor/autoload_runtime.php
0 commit comments