fix(core): update
This commit is contained in:
		
							
								
								
									
										3
									
								
								test/test_output/anothername.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								test/test_output/anothername.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
# this is a wow
 | 
			
		||||
# this is a here
 | 
			
		||||
# this is a undefined variable
 | 
			
		||||
@@ -3,6 +3,6 @@
 | 
			
		||||
 */
 | 
			
		||||
export const commitinfo = {
 | 
			
		||||
  name: '@pushrocks/smartscaf',
 | 
			
		||||
  version: '4.0.4',
 | 
			
		||||
  version: '4.0.5',
 | 
			
		||||
  description: 'scaffold projects quickly'
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -151,7 +151,7 @@ export class ScafTemplate {
 | 
			
		||||
        smartfile.updateFileName(parsedTemplate.data.fileName);
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      smartfile.contents = Buffer.from(parsedTemplate.content);
 | 
			
		||||
      smartfile.contents = Buffer.from(await plugins.smarthbs.postprocess(parsedTemplate.content));
 | 
			
		||||
      smartfileArrayToWrite.push(smartfile);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user