chore:fix my merge mistake
This commit is contained in:
		
							
								
								
									
										15
									
								
								module/helpers/templates.mjs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								module/helpers/templates.mjs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| /** | ||||
|  * Define a set of template paths to pre-load | ||||
|  * Pre-loaded templates are compiled and cached for fast access when rendering | ||||
|  * @return {Promise} | ||||
|  */ | ||||
|  export const preloadHandlebarsTemplates = async function() { | ||||
|   return loadTemplates([ | ||||
|  | ||||
|     // Actor partials. | ||||
|     "systems/kids-on-brooms/templates/actor/parts/actor-features.html", | ||||
|     "systems/kids-on-brooms/templates/actor/parts/actor-adversity.html", | ||||
|     "systems/kids-on-brooms/templates/actor/parts/actor-stats.html", | ||||
|     "systems/kids-on-brooms/templates/actor/parts/actor-npc-stats.html", | ||||
|   ]); | ||||
| }; | ||||
		Reference in New Issue
	
	Block a user