12 lines
		
	
	
		
			334 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			334 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# HG changeset patch
 | 
						|
# Parent 3ed382d9a8fe64fbb8e2bf4045e3fcd5c74c92bc
 | 
						|
diff --git a/__manifest__.py b/__manifest__.py
 | 
						|
--- a/__manifest__.py
 | 
						|
+++ b/__manifest__.py
 | 
						|
@@ -6,4 +6,5 @@
 | 
						|
     'depends': ['web'],
 | 
						|
     'data': ['web_example.xml'],
 | 
						|
     'js': ['static/src/js/first_module.js'],
 | 
						|
+    'css': ['static/src/css/web_example.css'],
 | 
						|
 }
 |