From 0944a97ce0fda3aeae60fd70d36595e55797dfc8 Mon Sep 17 00:00:00 2001 From: Armin Vieweg Date: Sat, 20 Jul 2019 23:24:57 +0200 Subject: [PATCH] Add armin/scssphp-bundle 1.0 --- .../scssphp-bundle/1.0/config/packages/prod/scssphp.yaml | 3 +++ armin/scssphp-bundle/1.0/config/packages/scssphp.yaml | 3 +++ armin/scssphp-bundle/1.0/manifest.json | 8 ++++++++ 3 files changed, 14 insertions(+) create mode 100644 armin/scssphp-bundle/1.0/config/packages/prod/scssphp.yaml create mode 100644 armin/scssphp-bundle/1.0/config/packages/scssphp.yaml create mode 100644 armin/scssphp-bundle/1.0/manifest.json diff --git a/armin/scssphp-bundle/1.0/config/packages/prod/scssphp.yaml b/armin/scssphp-bundle/1.0/config/packages/prod/scssphp.yaml new file mode 100644 index 00000000..26d226ae --- /dev/null +++ b/armin/scssphp-bundle/1.0/config/packages/prod/scssphp.yaml @@ -0,0 +1,3 @@ +scssphp: + enabled: true + autoUpdate: false diff --git a/armin/scssphp-bundle/1.0/config/packages/scssphp.yaml b/armin/scssphp-bundle/1.0/config/packages/scssphp.yaml new file mode 100644 index 00000000..a60b04de --- /dev/null +++ b/armin/scssphp-bundle/1.0/config/packages/scssphp.yaml @@ -0,0 +1,3 @@ +scssphp: + enabled: true + autoUpdate: true diff --git a/armin/scssphp-bundle/1.0/manifest.json b/armin/scssphp-bundle/1.0/manifest.json new file mode 100644 index 00000000..fe965df1 --- /dev/null +++ b/armin/scssphp-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Armin\\ScssphpBundle\\ScssphpBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}