mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Build and handle jsfiles using webpack instead of django-pipeline.
Also renames bundle.js to translations.js.
This commit is contained in:
		@@ -87,7 +87,6 @@ if prev_deploy:
 | 
			
		||||
# Always use the newly compiled handlebars templates and webpack bundle.
 | 
			
		||||
if prev_deploy:
 | 
			
		||||
    changed_files.add(os.path.join(STATIC_PATH, 'templates/compiled.js'))
 | 
			
		||||
    changed_files.add(os.path.join(STATIC_PATH, 'js/bundle.js'))
 | 
			
		||||
 | 
			
		||||
JS_SPECS = settings.JS_SPECS
 | 
			
		||||
CLOSURE_BINARY = '/usr/bin/closure-compiler'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user