mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-03 23:59:49 +00:00 
			
		
		
		
	Exclude development files from zipped theme
This commit is contained in:
		@@ -80,7 +80,9 @@ function zipper(done) {
 | 
			
		||||
            '**',
 | 
			
		||||
            '!node_modules', '!node_modules/**',
 | 
			
		||||
            '!dist', '!dist/**',
 | 
			
		||||
            '!yarn-error.log'
 | 
			
		||||
            '!yarn-error.log',
 | 
			
		||||
            '!yarn.lock',
 | 
			
		||||
            '!gulpfile.js'
 | 
			
		||||
        ]),
 | 
			
		||||
        zip(filename),
 | 
			
		||||
        dest('dist/')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user