From a2f2cbff902391e0f6ee3e2abad1e9d7be3630bc Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Wed, 14 Feb 2018 10:49:35 +0000 Subject: [PATCH] autoprefixer should account for any newly created folders within the dest css directory --- opentech/static_src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/static_src/package.json b/opentech/static_src/package.json index 0e844e9bf..ca8b85212 100755 --- a/opentech/static_src/package.json +++ b/opentech/static_src/package.json @@ -44,7 +44,7 @@ "compile:css:watch": "npm run compile:css -- --output-style expanded --source-map true --watch", "compile:css:prod": "npm run compile:css -- --output-style compressed && npm run autoprefixer", "compile:css:debug": "npm run compile:css -- --output-style compressed --watch", - "autoprefixer": "postcss -u autoprefixer -b 'last 2 versions, iOS 8, > 3%' -r $npm_package_config_dest_css/*.css", + "autoprefixer": "postcss -u autoprefixer -b 'last 2 versions, iOS 8, > 3%' -r $npm_package_config_dest_css/**/*.css", "//[ Javascript ]//": "", "compile:js": "rollup -c", -- GitLab