Added .nojekyll file
This commit is contained in:
		@@ -14,6 +14,8 @@ function main() {
 | 
			
		||||
  parseIndex()
 | 
			
		||||
  console.log('Creating root directory...')
 | 
			
		||||
  createRootDirectory()
 | 
			
		||||
  console.log('Creating .nojekyll...')
 | 
			
		||||
  createNoJekyllFile()
 | 
			
		||||
  console.log('Generating index.m3u...')
 | 
			
		||||
  generateIndex()
 | 
			
		||||
  console.log('Generating index.country.m3u...')
 | 
			
		||||
@@ -39,6 +41,10 @@ function createRootDirectory() {
 | 
			
		||||
  helper.createDir(ROOT_DIR)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function createNoJekyllFile() {
 | 
			
		||||
  helper.createFile(`${ROOT_DIR}/.nojekyll`)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function parseIndex() {
 | 
			
		||||
  const root = helper.parsePlaylist('index.m3u')
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user