diff --git a/machy8/webloader-bundle/1.1/config/dev/web_loader.yaml b/machy8/webloader-bundle/1.1/config/dev/web_loader.yaml new file mode 100644 index 00000000..67bdce26 --- /dev/null +++ b/machy8/webloader-bundle/1.1/config/dev/web_loader.yaml @@ -0,0 +1,2 @@ +web_loader: + disableCache: true diff --git a/machy8/webloader-bundle/1.1/manifest.json b/machy8/webloader-bundle/1.1/manifest.json new file mode 100644 index 00000000..74e2aa4d --- /dev/null +++ b/machy8/webloader-bundle/1.1/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "WebLoader\\WebLoaderBundle\\WebLoaderBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "public/": "%PUBLIC_DIR%/" + } +} diff --git a/machy8/webloader-bundle/1.1/public/webtemp/.gitignore b/machy8/webloader-bundle/1.1/public/webtemp/.gitignore new file mode 100644 index 00000000..d6b7ef32 --- /dev/null +++ b/machy8/webloader-bundle/1.1/public/webtemp/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore