[tor-commits] [dip/master] Revert "Disable webpack source maps to reduce memory usage"

hiro at torproject.org hiro at torproject.org
Thu Dec 19 15:30:34 UTC 2019


commit f1bef69f0e3e69ce4c13082a3a5caf170b46689a
Author: Bastian Blank <waldi at debian.org>
Date:   Thu Dec 12 20:15:18 2019 +0100

    Revert "Disable webpack source maps to reduce memory usage"
    
    This reverts commit 5ac082ebb3035f03a25c5b8b4ae8ba59cf5c7207.
---
 roles/gitlab/tasks/assets.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/gitlab/tasks/assets.yml b/roles/gitlab/tasks/assets.yml
index 3479ba9..88357b9 100644
--- a/roles/gitlab/tasks/assets.yml
+++ b/roles/gitlab/tasks/assets.yml
@@ -7,6 +7,6 @@
 
 - name: compile assets
   command: >
-    {{ ruby_bundle }} exec rake yarn:install gitlab:assets:compile RAILS_ENV=production NODE_ENV=production NO_SOURCEMAPS=true
+    {{ ruby_bundle }} exec rake yarn:install gitlab:assets:compile RAILS_ENV=production NODE_ENV=production
   args:
     chdir: "{{ gitlab_home }}"



More information about the tor-commits mailing list