Running Closure Compiler without Rebuilding #22039
              
                
                  
                  
                    Answered
                  
                  by
                    kripken
                  
              
          
                  
                    
                      takase1121
                    
                  
                
                  asked this question in
                Q&A
              
            -
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            kripken
          
      
      
        Jun 3, 2024 
      
    
    Replies: 1 comment 4 replies
-
| You can link without full minification using  Lines 14567 to 14574 in a6e1f5c When full minification is on (which it is by default in  | 
Beta Was this translation helpful? Give feedback.
                  
                    4 replies
                  
                
            
      Answer selected by
        takase1121
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    

You can link without full minification using
--minify=0, which should then allow closure advanced to run properly after Emscripten. Here is the test for that:emscripten/test/test_other.py
Lines 14567 to 14574 in a6e1f5c
When full minification is on (which…