Remove the ghost.db file and download it with a script instead

This commit is contained in:
Eduardo Gomez 2019-08-29 11:30:37 +02:00
parent 8cbbe16003
commit 95e5ac58a0
4 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
*.gz
*.zip
*.db
assets/css
assets/fonts

View file

@ -66,6 +66,7 @@ To get the latest version please head over the [releases page](https://github.co
* Informal german by [D3473R](https://github.com/D3473R)
* Bulgarian by [clappingmonkey](https://github.com/clappingmonkey)
* Vietnamese by [hiensarahly](https://github.com/hiensarahly)
* Italian by [vignini](https://github.com/vignini)
## Theme tested

View file

@ -54,5 +54,5 @@
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"version": "0.2.7"
"version": "0.2.8"
}

View file

@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"get-database": "curl https://raw.githubusercontent.com/eddiesigner/ghost-db/master/ghost.db -o ghost.db",
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",