Remove the ghost.db file and download it with a script instead
This commit is contained in:
parent
8cbbe16003
commit
95e5ac58a0
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
*.gz
|
||||
*.zip
|
||||
*.db
|
||||
|
||||
assets/css
|
||||
assets/fonts
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -54,5 +54,5 @@
|
|||
"desktop": "assets/screenshot-desktop.jpg",
|
||||
"mobile": "assets/screenshot-mobile.jpg"
|
||||
},
|
||||
"version": "0.2.7"
|
||||
"version": "0.2.8"
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue