Skip to content

Commit

Permalink
MB-49945: enable mistakenly disabled minification
Browse files Browse the repository at this point in the history
Change-Id: Iad28e94bb1dc799a0b8c955282e7fa35a29edda7
Reviewed-on: https://review.couchbase.org/c/ns_server/+/167754
Tested-by: Pavel Blagodov <stochmail@gmail.com>
Well-Formed: Build Bot <build@couchbase.com>
Reviewed-by: Matthew Dawber <matthew.dawber@couchbase.com>
Reviewed-by: Raluca Lupu <raluca.lupu@couchbase.com>
  • Loading branch information
pavel-blagodov committed Dec 16, 2021
1 parent 2b49582 commit 983fb63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/gomodules/minify/main.go
Expand Up @@ -71,10 +71,10 @@ func main() {
}

result := api.Build(api.BuildOptions{
// MinifyWhitespace: true,
MinifyWhitespace: true,
// TODO: figure out why does't work
// MinifyIdentifiers: true,
// MinifySyntax: true
MinifySyntax: true,

EntryPoints: []string{
*inDir + "/ui/app/main.js",
Expand Down

0 comments on commit 983fb63

Please sign in to comment.