Skip to content
Snippets Groups Projects
Commit a2f2cbff authored by Chris Lawton's avatar Chris Lawton
Browse files

autoprefixer should account for any newly created folders within the dest css directory

parent b2540fbc
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
"compile:css:watch": "npm run compile:css -- --output-style expanded --source-map true --watch", "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:prod": "npm run compile:css -- --output-style compressed && npm run autoprefixer",
"compile:css:debug": "npm run compile:css -- --output-style compressed --watch", "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 ]//": "", "//[ Javascript ]//": "",
"compile:js": "rollup -c", "compile:js": "rollup -c",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment