Skip to content
Snippets Groups Projects
Commit 5455c49b authored by Ian Baum's avatar Ian Baum
Browse files

Merge branch 'drop-uncompressed-sourcemap' into 'master'

Drop non gzipped sourcemap files

Closes #4488

See merge request gitlab-org/omnibus-gitlab!3592
parents b076633b 083d9e2b
No related branches found
No related tags found
Loading
---
title: Removed non-gzipped files for sourcemaps to save on package size
merge_request: 3592
author:
type: changed
......@@ -171,6 +171,9 @@
delete 'tmp'
delete 'public/uploads'
# Drop uncompressed sourcemap files. We will keep the gziped versions.
command "find public/assets/webpack -name '*.map' -type f -print -delete"
# Cleanup after bundle
# Delete all .gem archives
command "find #{install_dir} -name '*.gem' -type f -print -delete"
......
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