blob: 1c93914a78fe80237998ce0c5a9d480a15401f1a [file] [log] [blame]
ROOT=$(pwd)
# Build the docs
cd $ROOT/docs
jekyll
# Publish docs
cp -R $ROOT/docs/_site/* /home/daleharvey/www/pouchdb.com
# Build
cd $ROOT
npm install
grunt
grunt spatial
grunt gql
cp $ROOT/dist/* /home/daleharvey/www/download.pouchdb.com