mirror of
				https://github.com/ohwgiles/laminar.git
				synced 2025-06-13 12:54:29 +00:00 
			
		
		
		
	remove no longer used frontend templates
This commit is contained in:
		
							parent
							
								
									8080d38cfe
								
							
						
					
					
						commit
						1bcb2c8dfe
					
				@ -57,7 +57,6 @@ add_custom_command(OUTPUT laminar.capnp.c++ laminar.capnp.h
 | 
			
		||||
 | 
			
		||||
# Zip and compile statically served resources
 | 
			
		||||
generate_compressed_bins(${CMAKE_SOURCE_DIR}/src/resources index.html js/app.js
 | 
			
		||||
    tpl/home.html tpl/job.html tpl/run.html tpl/browse.html
 | 
			
		||||
    favicon.ico favicon-152.png icon.png progress.gif)
 | 
			
		||||
 | 
			
		||||
# Download 3rd-party frontend JS libs...
 | 
			
		||||
 | 
			
		||||
@ -35,10 +35,6 @@ Resources::Resources()
 | 
			
		||||
    INIT_RESOURCE("/js/app.js", js_app_js);
 | 
			
		||||
    INIT_RESOURCE("/js/Chart.HorizontalBar.js", js_Chart_HorizontalBar_js);
 | 
			
		||||
    INIT_RESOURCE("/js/ansi_up.js", js_ansi_up_js);
 | 
			
		||||
    INIT_RESOURCE("/tpl/home.html", tpl_home_html);
 | 
			
		||||
    INIT_RESOURCE("/tpl/job.html", tpl_job_html);
 | 
			
		||||
    INIT_RESOURCE("/tpl/run.html", tpl_run_html);
 | 
			
		||||
    INIT_RESOURCE("/tpl/browse.html", tpl_browse_html);
 | 
			
		||||
    INIT_RESOURCE("/js/vue.min.js", js_vue_min_js);
 | 
			
		||||
    INIT_RESOURCE("/js/vue-router.min.js", js_vue_router_min_js);
 | 
			
		||||
    INIT_RESOURCE("/js/ansi_up.js", js_ansi_up_js);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user