Update generate.js
This commit is contained in:
parent
dac7d302ea
commit
c10c6a3ef1
|
@ -6,6 +6,7 @@ const ROOT_DIR = './.gh-pages'
|
|||
db.load()
|
||||
|
||||
function main() {
|
||||
start()
|
||||
createRootDirectory()
|
||||
createNoJekyllFile()
|
||||
generateIndex()
|
||||
|
@ -192,6 +193,10 @@ function generateLanguages() {
|
|||
}
|
||||
}
|
||||
|
||||
function start() {
|
||||
console.log(`Starting...`)
|
||||
}
|
||||
|
||||
function finish() {
|
||||
console.log(
|
||||
`Countries: ${db.countries.count()}. Languages: ${db.languages.count()}. Categories: ${db.categories.count()}. Channels: ${db.channels.count()}.`
|
||||
|
|
Loading…
Reference in New Issue