Skip to content
Snippets Groups Projects
Unverified Commit b6b224f9 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #18659 from totten/master-cssmin

#1393 - distmaker - Skip new file "vendor/bin/cssmin"
parents 186f87a3 9c9e7406
Branches
Tags
No related merge requests found
......@@ -209,7 +209,7 @@ function dm_install_vendor() {
[ ! -d "$to" ] && mkdir "$to"
${DM_RSYNC:-rsync} -avC $excludes_rsync "$repo/./" "$to/./"
## We don't this use CLI script in production, and the symlink breaks D7/BD URL installs
dm_remove_files "$to" "bin/pscss"
dm_remove_files "$to" "bin/pscss" "bin/cssmin"
}
## usage: dm_install_wordpress <wp_repo_path> <to_path>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment