mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-02 21:13:36 +00:00 
			
		
		
		
	Avoid touching changed_files when prev_deploy is None.
(imported from commit d72d2c34fb5301a6ffdc134bb6ea0db78ef80938)
This commit is contained in:
		@@ -70,7 +70,8 @@ if prev_deploy:
 | 
			
		||||
        prev_deploy = None
 | 
			
		||||
 | 
			
		||||
# Always use the newly compiled handlebars templates.
 | 
			
		||||
changed_files.add(os.path.join(STATIC_PATH, 'templates/compiled.js'))
 | 
			
		||||
if prev_deploy:
 | 
			
		||||
    changed_files.add(os.path.join(STATIC_PATH, 'templates/compiled.js'))
 | 
			
		||||
 | 
			
		||||
JS_SPECS = settings.JS_SPECS
 | 
			
		||||
CLOSURE_BINARY = 'tools/closure-compiler/run'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user